]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate, with shell function message patch.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:06:39 +0000 (07:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:06:39 +0000 (07:06 +0000)
configure

index 150c8ca1209c4c3f3d11e6b8f4654fb357497b6f..d12d86c7f373c72fbc2c5b2c9c94d9fdefe456fe 100755 (executable)
--- 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.