From d2d7b976495e69de725ea51d650d056e19a8cfb9 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Thu, 14 Sep 2000 07:26:28 +0000
Subject: [PATCH] Cleanup

---
 configure    | 6 +++---
 configure.in | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 0f5257b26a..2d0378540b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.326 2000/09/12 23:40:17 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.327 2000/09/14 05:22:10 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -67,7 +67,7 @@ ac_help="$ac_help
 ac_help="$ac_help
     --enable-crypt	  enable crypt(3) passwords (auto)"
 ac_help="$ac_help
-    --enable-kpasswd	  enable kerberos password verification (no)"
+    --enable-kpasswd	  enable Kerberos password verification (no)"
 ac_help="$ac_help
     --enable-spasswd	  enable (Cyrus) SASL password verification (no)"
 ac_help="$ac_help
@@ -6075,7 +6075,7 @@ fi
 
 		else
 			have_425=no
-			echo "configure: warning: Unrecongized Kerberos5 Implementation" 1>&2
+			echo "configure: warning: Unrecongized Kerberos V Implementation" 1>&2
 		fi
 
 		if test $have_k425 = yes ; then
diff --git a/configure.in b/configure.in
index f78443aecb..31afd330f4 100644
--- a/configure.in
+++ b/configure.in
@@ -140,7 +140,7 @@ AC_ARG_WITH(xxslapdoptions,[SLAPD (Standalone LDAP Daemon) Options:])
 OL_ARG_ENABLE(slapd,[  --enable-slapd	  enable building slapd], yes)dnl
 OL_ARG_ENABLE(cleartext,[    --enable-cleartext	  enable cleartext passwords], yes)dnl
 OL_ARG_ENABLE(crypt,[    --enable-crypt	  enable crypt(3) passwords], auto)dnl
-OL_ARG_ENABLE(kpasswd,[    --enable-kpasswd	  enable kerberos password verification], no)dnl
+OL_ARG_ENABLE(kpasswd,[    --enable-kpasswd	  enable Kerberos password verification], no)dnl
 OL_ARG_ENABLE(spasswd,[    --enable-spasswd	  enable (Cyrus) SASL password verification], no)dnl
 OL_ARG_ENABLE(modules,[    --enable-modules	  enable dynamic module support], no)dnl
 OL_ARG_ENABLE(multimaster,[    --enable-multimaster  enable multimaster replication], no)dnl
@@ -889,7 +889,7 @@ if test $ol_link_krb5 = yes -a \( $ol_with_kerberos = yes -o \
 
 		else
 			have_425=no
-			AC_MSG_WARN([Unrecongized Kerberos5 Implementation])
+			AC_MSG_WARN([Unrecongized Kerberos V Implementation])
 		fi
 
 		if test $have_k425 = yes ; then
-- 
GitLab