Revert previous commit

This commit is contained in:
Kurt Zeilenga 2009-01-17 02:09:13 +00:00
parent 6e5b2c7940
commit 84a7b24ab8
2 changed files with 1 additions and 4 deletions

4
configure vendored
View File

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

View File

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