mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix kerberos test
This commit is contained in:
parent
24d1ab848c
commit
bc27682790
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user