mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
debug code
This commit is contained in:
parent
32ab9ff4ac
commit
6e5b2c7940
2 changed files with 8 additions and 5 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.686 2009/01/17 00:20:21 kurt Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.687 2009/01/17 00:50:22 kurt Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
|
|
@ -15419,8 +15419,10 @@ _ACEOF
|
|||
ac_cv_func_closesocket=yes
|
||||
ac_cv_func_gethostname=yes
|
||||
|
||||
if test $ol_cv_winsock != none -a $ol_cv_winsock != yes; then
|
||||
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
|
||||
|
|
@ -38962,7 +38964,7 @@ fi
|
|||
|
||||
|
||||
|
||||
if test "$ac_cv_mingw32" = yes ; then
|
||||
if test "$ac_cv_mingw32" = yes -l $ol_cv_msvc = yes ; then
|
||||
PLAT=NT
|
||||
SLAPD_MODULES_LDFLAGS=
|
||||
else
|
||||
|
|
|
|||
|
|
@ -909,8 +909,9 @@ if test $ol_cv_winsock != no ; then
|
|||
ac_cv_func_closesocket=yes
|
||||
ac_cv_func_gethostname=yes
|
||||
|
||||
if test $ol_cv_winsock != none -a $ol_cv_winsock != yes; 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
|
||||
|
|
@ -3052,7 +3053,7 @@ dnl For Windows build, we don't want to include -dlopen flags.
|
|||
dnl They hurt more than they help.
|
||||
dnl
|
||||
|
||||
if test "$ac_cv_mingw32" = yes ; then
|
||||
if test "$ac_cv_mingw32" = yes -l $ol_cv_msvc = yes ; then
|
||||
PLAT=NT
|
||||
SLAPD_MODULES_LDFLAGS=
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue