From b637b9ca09af502e6ee496812c87751dcb389eab Mon Sep 17 00:00:00 2001 From: Till Riedel Date: Thu, 15 Apr 2004 08:21:17 +0000 Subject: [PATCH] *** empty log message *** [r2651] --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 6013cd2b3..9bd10be4e 100755 --- a/configure +++ b/configure @@ -3424,16 +3424,16 @@ fi done -if test "$ac_alloca_headers" != yes; then - if test "$ac_cv_header_stdc" == no; then - { { echo "$as_me:$LINENO: error: \"alloca.h and stdlib.h not found\"" >&5 -echo "$as_me: error: \"alloca.h and stdlib.h not found\"" >&2;} - { (exit 1); exit 1; }; } - else +if test "$ac_alloca_headers" = "yes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_ALLOCA_H 1 _ACEOF +else + if test "$ac_cv_header_stdc" = "no"; then + { { echo "$as_me:$LINENO: error: \"alloca.h and stdlib.h not found\"" >&5 +echo "$as_me: error: \"alloca.h and stdlib.h not found\"" >&2;} + { (exit 1); exit 1; }; } fi fi -- 2.20.1