]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated: autoconf configure.in
authorGeoff Keating <geoffk@cygnus.com>
Mon, 26 Nov 2001 03:01:30 +0000 (03:01 +0000)
committerGeoff Keating <geoffk@cygnus.com>
Mon, 26 Nov 2001 03:01:30 +0000 (03:01 +0000)
configure

index a07ca8a8821eef9af1ed188aa63995c6e507d5fc..0bd7dd7360e48ea01af4807780dea64d8a5e504b 100755 (executable)
--- a/configure
+++ b/configure
@@ -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