diff options
author | Geoff Keating <geoffk@cygnus.com> | 2001-11-26 03:01:30 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2001-11-26 03:01:30 +0000 |
commit | 317d1e4eb630957cbaddbf8330661e6181bf437e (patch) | |
tree | f7d3941656c87b1d0887363ea13a1f9d71c60a9b | |
parent | 91eaf586e5d590a8f72a87c4c11a989fc0464465 (diff) | |
download | glibc-317d1e4eb630957cbaddbf8330661e6181bf437e.zip glibc-317d1e4eb630957cbaddbf8330661e6181bf437e.tar.gz glibc-317d1e4eb630957cbaddbf8330661e6181bf437e.tar.bz2 |
Regenerated: autoconf configure.in
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3445,12 +3445,12 @@ else #line 3446 "configure" #include "confdefs.h" #include <stdio.h> -int main() +main() { FILE *f=fopen("conftestval", "w"); - if (!f) return(1); + if (!f) exit(1); fprintf(f, "%d\n", sizeof(long double)); - return(0); + exit(0); } EOF if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |