From 8d79695a667fe097faf09bfc46d1ede3c94b0de5 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 21 Aug 2005 01:18:39 +0000 Subject: [PATCH] Fix typo $ol_link_thread -> $ol_link_threads --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5