]> git.sur5r.net Git - openldap/commitdiff
Fix kerberos test
authorKurt Zeilenga <kurt@openldap.org>
Wed, 28 Nov 2001 15:57:36 +0000 (15:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 28 Nov 2001 15:57:36 +0000 (15:57 +0000)
configure
configure.in

index 4f065d8d725907ea71b58cdba2b3b90021cc4edf..00ee745a12e7f1d8ddd0bf4f46c951e0592e37c9 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.376 2001/11/28 01:05:19 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.377 2001/11/28 01:32:49 kurt Exp  
 
 # Copyright 1998-2001 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -2624,7 +2624,7 @@ fi
 if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
        if test $ol_with_kerberos = no ; then
                { echo "configure: error: options require --with-kerberos" 1>&2; exit 1; }
-       elif $ol_with_kerberos = auto ; then
+       elif test $ol_with_kerberos = auto ; then
                ol_with_kerberos=yes
        fi
 
index 4dd720267ae6888928de2611db1cedb5ef8915f6..4118e342ccd5c438b02f9c4aeca41c30e5cfae48 100644 (file)
@@ -446,7 +446,7 @@ fi
 if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
        if test $ol_with_kerberos = no ; then
                AC_MSG_ERROR([options require --with-kerberos])
-       elif $ol_with_kerberos = auto ; then
+       elif test $ol_with_kerberos = auto ; then
                ol_with_kerberos=yes
        fi