mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
Fix stupid bug
This commit is contained in:
parent
5f8855fc40
commit
475515ef78
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -22588,7 +22588,7 @@ EOF
|
|||
fi
|
||||
|
||||
if test "$ol_enable_shell" != no ; then
|
||||
if( "$ol_link_thread" != no ; then
|
||||
if test "$ol_link_thread" != no ; then
|
||||
echo "configure: warning: Use of --without-threads is recommended with back-shell" 1>&2
|
||||
fi
|
||||
cat >> confdefs.h <<\EOF
|
||||
|
|
|
|||
|
|
@ -2707,7 +2707,7 @@ if test "$ol_link_perl" != no ; then
|
|||
fi
|
||||
|
||||
if test "$ol_enable_shell" != no ; then
|
||||
if( "$ol_link_thread" != 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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue