mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
rebuild
This commit is contained in:
parent
4af9eb9715
commit
aed937257d
1 changed files with 6 additions and 2 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.689 2009/01/17 01:09:14 kurt Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.692 2009/01/21 23:40:07 kurt Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
|
|
@ -12729,6 +12729,7 @@ echo "${ECHO_T}$ol_cv_msvc" >&6; }
|
|||
case $host_os in
|
||||
*mingw32* ) ac_cv_mingw32=yes ;;
|
||||
*cygwin* ) ac_cv_cygwin=yes ;;
|
||||
*interix* ) ac_cv_interix=yes ;;
|
||||
esac
|
||||
|
||||
|
||||
|
|
@ -14829,7 +14830,10 @@ fi
|
|||
done
|
||||
|
||||
|
||||
if test "$ac_cv_mingw32" = yes -o "$ol_cv_msvc" = yes ; then
|
||||
if test "$ac_cv_mingw32" = yes \
|
||||
-o "$ac_cv_interix" = yes \
|
||||
-o "$ol_cv_msvc" = yes
|
||||
then
|
||||
|
||||
|
||||
for ac_header in winsock.h winsock2.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue