diff options
| -rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -15338,6 +15338,12 @@ _ACEOF | |||
| 15338 | fi | 15338 | fi |
| 15339 | 15339 | ||
| 15340 | 15340 | ||
| 15341 | if test x"$ac_cv_func_alloca_works" != xyes; then | ||
| 15342 | { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5 | ||
| 15343 | echo "$as_me: error: a system implementation of alloca is required " >&2;} | ||
| 15344 | { (exit 1); exit 1; }; } | ||
| 15345 | fi | ||
| 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 | ||