From: Derrick Brashear Date: Sat, 21 Mar 2009 16:29:56 +0000 (+0000) Subject: DEVEL15-krb5-run-configure-tests-20090321 X-Git-Tag: openafs-devel-1_5_58~30 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a4369755344ce17eedd65614afa21a78d18cef41;p=packages%2Fo%2Fopenafs.git DEVEL15-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) --- diff --git a/src/cf/kerberos.m4 b/src/cf/kerberos.m4 index c1deb64ad..05266835e 100644 --- a/src/cf/kerberos.m4 +++ b/src/cf/kerberos.m4 @@ -42,7 +42,7 @@ AC_ARG_WITH([krb5], [AS_HELP_STRING([--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