diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-12 07:06:39 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-12 07:06:39 +0000 |
commit | 611adb3ecb7e94013b138c647feaf016561c286e (patch) | |
tree | dee471a6c61ad58e29e1c501adb7cf75d37c7dba /configure | |
parent | 4756ee429c7e52444f1d8ae4629db9327411e048 (diff) | |
download | emacs-611adb3ecb7e94013b138c647feaf016561c286e.tar.gz |
Regenerate, with shell function message patch.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure index 150c8ca1209..d12d86c7f37 100755 --- a/configure +++ b/configure @@ -15338,6 +15338,12 @@ _ACEOF fi +if test x"$ac_cv_func_alloca_works" != xyes; then + { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5 +echo "$as_me: error: a system implementation of alloca is required " >&2;} + { (exit 1); exit 1; }; } +fi + # fmod, logb, and frexp are found in -lm on most systems. # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |