fixed typo in socket test
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 May 1998 07:45:14 +0000 (07:45 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 10 May 1998 07:45:14 +0000 (07:45 +0000)
configure.in

index 478ff1a..ba0c41b 100644 (file)
@@ -109,8 +109,8 @@ case "$LIBS" in
 esac
 dnl We can't just call AC_CHECK_FUNCS(connect) here, because the value
 dnl has been cached.
-if test "$ac_cv_lib_socket_connect" = "yes" || test "$ac_cv_lib_inet_connect" = 
-"yes"; then
+if test "$ac_cv_lib_socket_connect" = "yes" || 
+   test "$ac_cv_lib_inet_connect" = "yes"; then
   ac_cv_func_connect=yes
   AC_DEFINE(HAVE_CONNECT)
 fi])