]> git.sur5r.net Git - openldap/commitdiff
Fix stupid bug
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:09:46 +0000 (21:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:09:46 +0000 (21:09 +0000)
configure
configure.in

index d073e911bbe90ee4b5ba04ece2b1af0ced43f26e..ac589eeaa308bd03f00f8b9d79c751881350cde6 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 445048f68401f6bd2ffce30cd078bb2be21271e6..c1fc928555fe59beb4d483a93d7ccff5dd518cc1 100644 (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])