diff --git a/configure b/configure index 8019039aff..df54551360 100755 --- 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 diff --git a/configure.in b/configure.in index a680714545..e21088b423 100644 --- a/configure.in +++ b/configure.in @@ -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