From bc27682790857557554659e1da0d9fcebc5535ba Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 28 Nov 2001 15:57:36 +0000 Subject: [PATCH] Fix kerberos test --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 4f065d8d72..00ee745a12 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.376 2001/11/28 01:05:19 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.377 2001/11/28 01:32:49 kurt Exp # Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved. # @@ -2624,7 +2624,7 @@ fi if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then if test $ol_with_kerberos = no ; then { echo "configure: error: options require --with-kerberos" 1>&2; exit 1; } - elif $ol_with_kerberos = auto ; then + elif test $ol_with_kerberos = auto ; then ol_with_kerberos=yes fi diff --git a/configure.in b/configure.in index 4dd720267a..4118e342cc 100644 --- a/configure.in +++ b/configure.in @@ -446,7 +446,7 @@ fi if test $ol_enable_kbind = yes -o $ol_enable_kpasswd = yes ; then if test $ol_with_kerberos = no ; then AC_MSG_ERROR([options require --with-kerberos]) - elif $ol_with_kerberos = auto ; then + elif test $ol_with_kerberos = auto ; then ol_with_kerberos=yes fi -- 2.39.5