]> git.sur5r.net Git - openldap/commitdiff
Fix s/else if/elif/ typo
authorKurt Zeilenga <kurt@openldap.org>
Tue, 5 Oct 1999 15:29:54 +0000 (15:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 5 Oct 1999 15:29:54 +0000 (15:29 +0000)
configure
configure.in

index cfbb00146dfc8940a5f58e433891a2b44725163f..e6559b5df19d2c510b1957ec567c5bbf76b41b43 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.263 1999/09/28 22:56:43 bcollins Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.264 1999/10/01 03:11:40 kdz Exp  
 
 # Copyright 1998,1999 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -5849,7 +5849,7 @@ if test $ol_link_kerberos = yes ; then
 EOF
 
 
-else if test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
+elif test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
        { echo "configure: error: Kerberos detection failed." 1>&2; exit 1; }
 fi
 
index b3440260f6d666630a126f9a1e057ad2e4eaf79d..2266de558845f785dcd1e4f16a2a8ed834e5a12e 100644 (file)
@@ -856,7 +856,7 @@ fi
 if test $ol_link_kerberos = yes ; then
        AC_DEFINE(HAVE_KERBEROS, 1, [define if you have Kerberos])
 
-else if test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
+elif test $ol_with_kerberos != auto -a $ol_with_kerberos != no ; then
        AC_ERROR([Kerberos detection failed.])
 fi