From: Kurt Zeilenga Date: Tue, 5 Oct 1999 15:29:54 +0000 (+0000) Subject: Fix s/else if/elif/ typo X-Git-Tag: UCDATA_2_4~354 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f9a10d58a1223893a192856673ac8a6968dd9b4;p=openldap Fix s/else if/elif/ typo --- diff --git a/configure b/configure index cfbb00146d..e6559b5df1 100755 --- 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 diff --git a/configure.in b/configure.in index b3440260f6..2266de5588 100644 --- a/configure.in +++ b/configure.in @@ -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