From: Glenn Morris Date: Wed, 12 Sep 2007 07:06:39 +0000 (+0000) Subject: Regenerate, with shell function message patch. X-Git-Tag: emacs-pretest-23.0.90~10960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=611adb3ecb7e94013b138c647feaf016561c286e;p=emacs.git Regenerate, with shell function message patch. --- 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.