]> git.sur5r.net Git - openldap/commitdiff
Add back-shell --with-threads warning
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 18:53:07 +0000 (18:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 18:53:07 +0000 (18:53 +0000)
configure.in

index 087d7c382531305bd6dff245ac7a10694eb61486..445048f68401f6bd2ffce30cd078bb2be21271e6 100644 (file)
@@ -2707,6 +2707,9 @@ if test "$ol_link_perl" != no ; then
 fi
 
 if test "$ol_enable_shell" != no ; then
+       if( "$ol_link_thread" != no ; then
+               AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
+       fi
        AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])
        BUILD_SLAPD=yes
        BUILD_SHELL=yes