From f95dfb12a71564c3e8d53c5462dfd764efe357c2 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 8 Jul 1999 02:43:04 +0000 Subject: [PATCH] update --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 970a4f728a..097a90f5cc 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.35 +# From configure.in Revision: 1.36 @@ -2060,7 +2060,7 @@ cat > conftest.$ac_ext < #include int main() { -int foo() { struct sockaddr sa; sa.sa_len = 0; return (0); } +struct sockaddr sa; sa.sa_len = 0; return (0); ; return 0; } EOF if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -2086,7 +2086,7 @@ cat > conftest.$ac_ext < #include int main() { -int foo(void) { return (AF_INET6); } +return (AF_INET6); ; return 0; } EOF if { (eval echo configure:2093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -2112,7 +2112,7 @@ cat > conftest.$ac_ext < #include int main() { -int foo(void) { struct sockaddr_in6 sin6; return (0); } +struct sockaddr_in6 sin6; return (0); ; return 0; } EOF if { (eval echo configure:2119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then