mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#6102,6078 regenerate
This commit is contained in:
parent
555b5a6d30
commit
acfe724926
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.693 2009/01/26 08:41:31 hyc Exp .
|
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.697 2009/05/10 07:52:00 hyc Exp .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61.
|
# Generated by GNU Autoconf 2.61.
|
||||||
#
|
#
|
||||||
|
|
@ -15338,7 +15338,7 @@ fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $ol_cv_msvc ; then
|
if test $ol_cv_msvc = yes ; then
|
||||||
ol_cv_winsock=yes
|
ol_cv_winsock=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -15351,7 +15351,7 @@ else
|
||||||
|
|
||||||
save_LIBS="$LIBS"
|
save_LIBS="$LIBS"
|
||||||
for curlib in none ws2_32 wsock32; do
|
for curlib in none ws2_32 wsock32; do
|
||||||
if test curlib != none ; then
|
if test $curlib != none ; then
|
||||||
LIBS="$save_LIBS -l$curlib"
|
LIBS="$save_LIBS -l$curlib"
|
||||||
fi
|
fi
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue