mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Add back-shell --with-threads warning
This commit is contained in:
parent
c382c5efa2
commit
09b31bab4d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue