mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
x hack
This commit is contained in:
parent
97a68957a1
commit
577444f947
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.679 2009/01/16 23:09:26 kurt Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.680 2009/01/16 23:20:15 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_cygwin" = yes -a "$GCC" = no \) ; then
|
||||
if test x"$ac_cv_mingw32" = xyes -o \( x"$ac_cv_cygwin" = xyes -a x"$GCC" = xno \) ; then
|
||||
|
||||
|
||||
for ac_header in winsock.h winsock2.h
|
||||
|
|
|
|||
|
|
@ -842,7 +842,7 @@ AC_CHECK_HEADERS( \
|
|||
)
|
||||
|
||||
dnl Only check Winsock on MinGW
|
||||
if test "$ac_cv_mingw32" = yes -o \( "$ac_cv_cygwin" = yes -a "$GCC" = no \) ; then
|
||||
if test x"$ac_cv_mingw32" = xyes -o \( x"$ac_cv_cygwin" = xyes -a x"$GCC" = xno \) ; then
|
||||
AC_CHECK_HEADERS( winsock.h winsock2.h )
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue