From: Hallvard Furuseth Date: Sun, 21 Aug 2005 01:18:39 +0000 (+0000) Subject: Fix typo $ol_link_thread -> $ol_link_threads X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~628 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d79695a667fe097faf09bfc46d1ede3c94b0de5;p=openldap Fix typo $ol_link_thread -> $ol_link_threads --- diff --git a/configure.in b/configure.in index 0386502f7e..16fff18c47 100644 --- a/configure.in +++ b/configure.in @@ -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