Fix stupid bug

This commit is contained in:
Kurt Zeilenga 2002-10-18 21:09:46 +00:00
parent 5f8855fc40
commit 475515ef78
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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])