mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Revert previous commit
This commit is contained in:
parent
6e5b2c7940
commit
84a7b24ab8
4
configure
vendored
4
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.687 2009/01/17 00:50:22 kurt Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.688 2009/01/17 01:08:10 kurt Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
@ -15421,8 +15421,6 @@ _ACEOF
|
||||
|
||||
if test $ol_cv_winsock != none -a $ol_cv_winsock != yes ; then
|
||||
LIBS="$LIBS -l$ol_cv_winsock"
|
||||
{ echo "$as_me:$LINENO: WARNING: \"set libs to $LIBS\"" >&5
|
||||
echo "$as_me: WARNING: \"set libs to $LIBS\"" >&2;};
|
||||
fi
|
||||
|
||||
if test $ol_cv_winsock = ws2_32 -o $ol_cv_winsock = yes ; then
|
||||
|
@ -911,7 +911,6 @@ if test $ol_cv_winsock != no ; then
|
||||
|
||||
if test $ol_cv_winsock != none -a $ol_cv_winsock != yes ; then
|
||||
LIBS="$LIBS -l$ol_cv_winsock"
|
||||
AC_MSG_WARN("set libs to $LIBS");
|
||||
fi
|
||||
|
||||
if test $ol_cv_winsock = ws2_32 -o $ol_cv_winsock = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user