]> git.sur5r.net Git - openldap/commitdiff
cygwin hack
authorKurt Zeilenga <kurt@openldap.org>
Fri, 16 Jan 2009 23:54:56 +0000 (23:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 16 Jan 2009 23:54:56 +0000 (23:54 +0000)
configure
configure.in

index c11bef69b1a6adae05f042c3a88d5c1def70c50a..43275a4815f2141cac31263ee66b92f55d633585 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.675 2009/01/16 22:28:31 kurt Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.676 2009/01/16 22:45:25 kurt Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -14782,7 +14782,9 @@ fi
 done
 
 
-if test "$ac_cv_mingw32" = yes ; then
+if test "$ac_cv_mingw32" = yes -o \
+       ( "$ac_cv_cygwin32" = yes -a $GCC = no )
+then
 
 
 for ac_header in winsock.h winsock2.h
index 1b4b8f65dee567806bf32547eb4dfcc494d00688..da3b5b1ce61d75b14aa155b504205be4b9626a44 100644 (file)
@@ -842,7 +842,9 @@ AC_CHECK_HEADERS(   \
 )
 
 dnl Only check Winsock on MinGW
-if test "$ac_cv_mingw32" = yes ; then
+if test "$ac_cv_mingw32" = yes -o \
+       ( "$ac_cv_cygwin32" = yes -a $GCC = no )
+then
        AC_CHECK_HEADERS( winsock.h winsock2.h )
 fi