This commit is contained in:
Kurt Zeilenga 2009-01-17 00:09:25 +00:00
parent bf55374d6b
commit d91b745ee8
2 changed files with 3 additions and 7 deletions

6
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.677 2009/01/16 22:54:57 kurt Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.678 2009/01/16 23:04:25 kurt Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@ -14782,9 +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_cygwin32" = yes -a $GCC = no \) ; then
for ac_header in winsock.h winsock2.h

View File

@ -842,9 +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_cygwin32" = yes -a $GCC = no \) ; then
AC_CHECK_HEADERS( winsock.h winsock2.h )
fi