Mercurial > emacs
changeset 84484:53afd3fbf8e5
Regenerate, with shell function message patch.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 12 Sep 2007 07:06:39 +0000 |
parents | f3adb4c87fad |
children | 9b1538c8f40d |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.