]> git.sur5r.net Git - openldap/commitdiff
Fix typo $ol_link_thread -> $ol_link_threads
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 01:18:39 +0000 (01:18 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 01:18:39 +0000 (01:18 +0000)
configure.in

index 0386502f7e0ca180b18422908ddbf1b46846a46e..16fff18c47529eded7b0aa36220f67641bb2eec0 100644 (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