aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
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
15338fi 15338fi
15339 15339
15340 15340
15341if test x"$ac_cv_func_alloca_works" != xyes; then
15342 { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5
15343echo "$as_me: error: a system implementation of alloca is required " >&2;}
15344 { (exit 1); exit 1; }; }
15345fi
15346
15341# fmod, logb, and frexp are found in -lm on most systems. 15347# fmod, logb, and frexp are found in -lm on most systems.
15342# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 15348# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
15343 15349