From 4a7b40b38cea2cd2ef62e48b57bd6573eed19f37 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 13 Sep 2000 01:40:15 +0000 Subject: [PATCH] Fix kerboros typo --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5