]> git.sur5r.net Git - openldap/commitdiff
Cleanup
authorKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 07:26:28 +0000 (07:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 07:26:28 +0000 (07:26 +0000)
configure
configure.in

index 0f5257b26a601250d6b3db441cc58fdffd4e140a..2d0378540bc6997de83d42e6707a21f87a3036e0 100755 (executable)
--- 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
index f78443aecb772780155242cea8eb5baefefe73f4..31afd330f492a903e0f713bb7539770d3368312c 100644 (file)
@@ -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