]> git.sur5r.net Git - openldap/blobdiff - configure
Add back-shell warning. Ready for release.
[openldap] / configure
index e85a3052dddf5d2d1743d2b0b951ace766239378..a1aa9b95a0ba23b336b308d81514c477b601364c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.17 2002/10/10 23:44:41 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.18 2002/10/17 15:09:47 kurt Exp  
 
 # Copyright 1998-2002 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -22429,6 +22429,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