]> git.sur5r.net Git - openldap/commitdiff
Fix kerboros typo
authorKurt Zeilenga <kurt@openldap.org>
Wed, 13 Sep 2000 01:40:15 +0000 (01:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 13 Sep 2000 01:40:15 +0000 (01:40 +0000)
configure
configure.in

index 8019039affbb5ca253ebed28807eba3d5c6905a5..df54551360d660c8d2379c67073b4282abb191d5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.324 2000/09/06 19:22:55 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.325 2000/09/12 19:19:16 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -2371,7 +2371,7 @@ if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
        fi
        ol_with_kerberos=yes
 elif test $ol_enable_kbind = no -o $ol_enable_kpasswd = no ; then
-       if test $ol_with_kerberos != no -a $ol_with_kerberos != no ; then
+       if test $ol_with_kerberos != no -a $ol_with_kerberos != auto ; then
                echo "configure: warning: Kerberos detection enabled unnecessarily" 1>&2;
        fi
        ol_with_kerberos=no
index a6807145457704f3c1fbe76a86bfbfabe887018e..e21088b4230cd42307e11ca5d5fa59d330af30b5 100644 (file)
@@ -364,7 +364,7 @@ if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then
        fi
        ol_with_kerberos=yes
 elif test $ol_enable_kbind = no -o $ol_enable_kpasswd = no ; then
-       if test $ol_with_kerberos != no -a $ol_with_kerberos != no ; then
+       if test $ol_with_kerberos != no -a $ol_with_kerberos != auto ; then
                AC_MSG_WARN([Kerberos detection enabled unnecessarily]);
        fi
        ol_with_kerberos=no