Fix typo $ol_link_thread -> $ol_link_threads

This commit is contained in:
Hallvard Furuseth 2005-08-21 01:18:39 +00:00
parent 657da89181
commit 8d79695a66

View File

@ -2741,7 +2741,7 @@ if test "$ol_enable_relay" != no ; then
fi
if test "$ol_enable_shell" != no ; then
if test "$ol_link_thread" != no ; then
if test "$ol_link_threads" != no ; then
AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
fi
BUILD_SLAPD=yes