mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-krb5-run-configure-tests-20090321
LICENSE IPL10 FIXES 124522 --with-krb5=/path caused us to not run configure tests. fix that (cherry picked from commit 39c4e32bf484aab2c9cf978cbf5877bdb989e9d6)
This commit is contained in:
parent
3b5c49eb6c
commit
a23c5dd82d
@ -37,7 +37,7 @@ fi
|
||||
|
||||
AC_ARG_WITH([krb5], [--with-krb5 Support for Kerberos 5 (manual configuration)])
|
||||
|
||||
if test X$with_krb5 = Xyes; then
|
||||
if test X$with_krb5 != X; then
|
||||
if test X$conf_krb5 = XYES; then
|
||||
AC_MSG_ERROR([--with-krb5-config and --with-krb5 are mutually exclusive, choose only one])
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user