]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 00:06:26 +0000 (00:06 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 00:06:26 +0000 (00:06 +0000)
configure
configure.in

index 6a00e08bf71f7131722de317c106fb89a743ad2c..017d25b68310e8382e19126b1b4529e4e7f11b40 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.579 2005/05/05 22:39:26 hyc Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.580 2005/05/07 19:42:29 hyc Exp  
 
 # This work is part of OpenLDAP Software <http://www.openldap.org/>.
 #
@@ -8976,7 +8976,7 @@ fi
 
 fi
 
-if test "$ac_cv_cygwin" != yes && "$ac_cv_header_winsock_h" = yes; then
+if test "$ac_cv_cygwin" != yes && test "$ac_cv_header_winsock_h" = yes; then
 echo $ac_n "checking for winsock""... $ac_c" 1>&6
 echo "configure:8982: checking for winsock" >&5
 if eval "test \"\${ol_cv_winsock+set}\" = set"; then
index bc0dc6f7ad8dee0064ca73b3dc67d68fe6e9b55c..41bb936798e21b630e1055a9cc86eb2cd1c0cb83 100644 (file)
@@ -836,7 +836,7 @@ dnl support variable names with the '@' character, which is what
 dnl autoconf would try to generate if one merely used AC_SEARCH_LIBS
 dnl
 dnl Skip Winsock tests on Cygwin
-if test "$ac_cv_cygwin" != yes && "$ac_cv_header_winsock_h" = yes; then
+if test "$ac_cv_cygwin" != yes && test "$ac_cv_header_winsock_h" = yes; then
 AC_CACHE_CHECK([for winsock], [ol_cv_winsock],
 save_LIBS="$LIBS"
 for curlib in ws2_32 wsock32; do