X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.in;h=c1fc928555fe59beb4d483a93d7ccff5dd518cc1;hb=475515ef78e1f354da0ab4d8e77eb2f0c9afd749;hp=087d7c382531305bd6dff245ac7a10694eb61486;hpb=85fbd68ed9d3dc212b9ce988e074f60b5873119a;p=openldap diff --git a/configure.in b/configure.in index 087d7c3825..c1fc928555 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 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