]> git.sur5r.net Git - openldap/commitdiff
Update
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 19:10:25 +0000 (19:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 19:10:25 +0000 (19:10 +0000)
configure

index c3060dc076ff15b68546b0eb46caf76921611899..d073e911bbe90ee4b5ba04ece2b1af0ced43f26e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $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.
 # 
@@ -22588,6 +22588,9 @@ EOF
 fi
 
 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
 #define SLAPD_SHELL 1
 EOF