This commit is contained in:
Kurt Zeilenga 2002-10-18 19:10:25 +00:00
parent 09b31bab4d
commit 5f8855fc40

5
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# $OpenLDAP$ # $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.437 2002/10/11 23:21:21 hyc Exp # from OpenLDAP: pkg/ldap/configure.in,v 1.439 2002/10/18 16:53:07 kurt Exp
# Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved. # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
# #
@ -22588,6 +22588,9 @@ EOF
fi fi
if test "$ol_enable_shell" != no ; then if test "$ol_enable_shell" != no ; then
if( "$ol_link_thread" != no ; then
echo "configure: warning: Use of --without-threads is recommended with back-shell" 1>&2
fi
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
#define SLAPD_SHELL 1 #define SLAPD_SHELL 1
EOF EOF