mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
krb5-run-configure-tests-20090321
LICENSE IPL10 FIXES 124522 --with-krb5=/path caused us to not run configure tests. fix that
This commit is contained in:
parent
c1d545dff6
commit
39c4e32bf4
@ -42,7 +42,7 @@ AC_ARG_WITH([krb5],
|
|||||||
[AS_HELP_STRING([--with-krb5],
|
[AS_HELP_STRING([--with-krb5],
|
||||||
[support for Kerberos 5 (manual configuration)])])
|
[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
|
if test X$conf_krb5 = XYES; then
|
||||||
AC_MSG_ERROR([--with-krb5-config and --with-krb5 are mutually exclusive, choose only one])
|
AC_MSG_ERROR([--with-krb5-config and --with-krb5 are mutually exclusive, choose only one])
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user