Mercurial > hg > xemacs-beta
comparison configure @ 3317:83ea3a38afe7
[xemacs-hg @ 2006-03-30 18:11:17 by james]
Fix broken -Kalloca detection due to recent autoconf updates. See
xemacs-patches message <m33bgziz2f.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Thu, 30 Mar 2006 18:11:18 +0000 |
parents | d45de99b5d79 |
children | 14995b91af10 |
comparison
equal
deleted
inserted
replaced
3316:d45de99b5d79 | 3317:83ea3a38afe7 |
---|---|
9023 /* confdefs.h. */ | 9023 /* confdefs.h. */ |
9024 _ACEOF | 9024 _ACEOF |
9025 cat confdefs.h >>conftest.$ac_ext | 9025 cat confdefs.h >>conftest.$ac_ext |
9026 cat >>conftest.$ac_ext <<_ACEOF | 9026 cat >>conftest.$ac_ext <<_ACEOF |
9027 /* end confdefs.h. */ | 9027 /* end confdefs.h. */ |
9028 | |
9029 int | |
9030 main () | |
9031 { | |
9028 void *x = alloca(4); | 9032 void *x = alloca(4); |
9033 ; | |
9034 return 0; | |
9035 } | |
9029 _ACEOF | 9036 _ACEOF |
9030 rm -f conftest.$ac_objext conftest$ac_exeext | 9037 rm -f conftest.$ac_objext conftest$ac_exeext |
9031 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9038 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
9032 (eval $ac_link) 2>conftest.er1 | 9039 (eval $ac_link) 2>conftest.er1 |
9033 ac_status=$? | 9040 ac_status=$? |
9061 /* confdefs.h. */ | 9068 /* confdefs.h. */ |
9062 _ACEOF | 9069 _ACEOF |
9063 cat confdefs.h >>conftest.$ac_ext | 9070 cat confdefs.h >>conftest.$ac_ext |
9064 cat >>conftest.$ac_ext <<_ACEOF | 9071 cat >>conftest.$ac_ext <<_ACEOF |
9065 /* end confdefs.h. */ | 9072 /* end confdefs.h. */ |
9073 | |
9074 int | |
9075 main () | |
9076 { | |
9066 void *x = alloca(4); | 9077 void *x = alloca(4); |
9078 ; | |
9079 return 0; | |
9080 } | |
9067 _ACEOF | 9081 _ACEOF |
9068 rm -f conftest.$ac_objext conftest$ac_exeext | 9082 rm -f conftest.$ac_objext conftest$ac_exeext |
9069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9083 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
9070 (eval $ac_link) 2>conftest.er1 | 9084 (eval $ac_link) 2>conftest.er1 |
9071 ac_status=$? | 9085 ac_status=$? |