diff options
| author | Glenn Morris | 2007-09-12 07:06:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-12 07:06:39 +0000 |
| commit | 611adb3ecb7e94013b138c647feaf016561c286e (patch) | |
| tree | dee471a6c61ad58e29e1c501adb7cf75d37c7dba | |
| parent | 4756ee429c7e52444f1d8ae4629db9327411e048 (diff) | |
| download | emacs-611adb3ecb7e94013b138c647feaf016561c286e.tar.gz emacs-611adb3ecb7e94013b138c647feaf016561c286e.zip | |
Regenerate, with shell function message patch.
| -rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -15338,6 +15338,12 @@ _ACEOF | |||
| 15338 | fi | 15338 | fi |
| 15339 | 15339 | ||
| 15340 | 15340 | ||
| 15341 | if test x"$ac_cv_func_alloca_works" != xyes; then | ||
| 15342 | { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5 | ||
| 15343 | echo "$as_me: error: a system implementation of alloca is required " >&2;} | ||
| 15344 | { (exit 1); exit 1; }; } | ||
| 15345 | fi | ||
| 15346 | |||
| 15341 | # fmod, logb, and frexp are found in -lm on most systems. | 15347 | # fmod, logb, and frexp are found in -lm on most systems. |
| 15342 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 15348 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 15343 | 15349 | ||