From: Kurt Zeilenga Date: Fri, 18 Oct 2002 18:53:07 +0000 (+0000) Subject: Add back-shell --with-threads warning X-Git-Tag: NO_SLAP_OP_BLOCKS~877 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09b31bab4df086d2c18beee747b4c6de522b1dbc;p=openldap Add back-shell --with-threads warning --- diff --git a/configure.in b/configure.in index 087d7c3825..445048f684 100644 --- a/configure.in +++ b/configure.in @@ -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