From 317d1e4eb630957cbaddbf8330661e6181bf437e Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Mon, 26 Nov 2001 03:01:30 +0000 Subject: Regenerated: autoconf configure.in --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index a07ca8a882..0bd7dd7360 100755 --- a/configure +++ b/configure @@ -3445,12 +3445,12 @@ else #line 3446 "configure" #include "confdefs.h" #include -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 -- cgit 1.4.1