]> git.sur5r.net Git - openldap/commitdiff
Another attempt
authorKurt Zeilenga <kurt@openldap.org>
Sat, 17 Jan 2009 00:20:14 +0000 (00:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 17 Jan 2009 00:20:14 +0000 (00:20 +0000)
configure
configure.in

index 36bff4b025b065fd50053c7871849534036ffa47..16ddc76eeb55376e0da1b4f19272f95482508a3a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.678 2009/01/16 23:04:25 kurt Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.679 2009/01/16 23:09:26 kurt Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -14782,7 +14782,7 @@ fi
 done
 
 
-if test "$ac_cv_mingw32" = yes -o \( "$ac_cv_cygwin32" = yes -a $GCC = no \) ; then
+if test "$ac_cv_mingw32" = yes -o \( "$ac_cv_cygwin" = yes -a "$GCC" = no \) ; then
 
 
 for ac_header in winsock.h winsock2.h
index c14ba64450a420350bbb97a622aed6b66d980a3b..3fc2ddf9d2c622e91365ccd19b316d379a1691da 100644 (file)
@@ -842,7 +842,7 @@ AC_CHECK_HEADERS(   \
 )
 
 dnl Only check Winsock on MinGW
-if test "$ac_cv_mingw32" = yes -o \( "$ac_cv_cygwin32" = yes -a $GCC = no \) ; then
+if test "$ac_cv_mingw32" = yes -o \( "$ac_cv_cygwin" = yes -a "$GCC" = no \) ; then
        AC_CHECK_HEADERS( winsock.h winsock2.h )
 fi