ITS#6102,6078 regenerate

This commit is contained in:
Howard Chu 2009-05-10 09:55:30 +00:00
parent 555b5a6d30
commit acfe724926

6
configure vendored
View file

@ -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