From 611adb3ecb7e94013b138c647feaf016561c286e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Sep 2007 07:06:39 +0000 Subject: [PATCH] Regenerate, with shell function message patch. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.5