]> git.sur5r.net Git - openldap/blobdiff - configure.in
Fix stupid bug
[openldap] / configure.in
index 087d7c382531305bd6dff245ac7a10694eb61486..c1fc928555fe59beb4d483a93d7ccff5dd518cc1 100644 (file)
@@ -2707,6 +2707,9 @@ if test "$ol_link_perl" != no ; then
 fi
 
 if test "$ol_enable_shell" != no ; then
+       if test "$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