# HG changeset patch # User Glenn Morris # Date 1189580799 0 # Node ID 53afd3fbf8e51b5bd4827ccb2f2ee4a0df861673 # Parent f3adb4c87fadc010a3e3cba650da82b9b933b188 Regenerate, with shell function message patch. diff -r f3adb4c87fad -r 53afd3fbf8e5 configure --- a/configure Wed Sep 12 07:03:30 2007 +0000 +++ b/configure Wed Sep 12 07:06:39 2007 +0000 @@ -15338,6 +15338,12 @@ 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.