From: Amos Jeffries Date: Fri, 22 Aug 2014 14:13:55 +0000 (-0700) Subject: Fix 'Could not find krb5-config in path' on OS without krb5 X-Git-Tag: SQUID_3_5_0_1~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9738fa2f7650bcd29e2f0f7742df3d5fd71d4239;p=thirdparty%2Fsquid.git Fix 'Could not find krb5-config in path' on OS without krb5 --- diff --git a/configure.ac b/configure.ac index 25b76445c2..d86bb95218 100644 --- a/configure.ac +++ b/configure.ac @@ -1470,7 +1470,7 @@ elif test $ac_with_krb5_count -eq 0 ; then ac_with_krb5_count=1 fi else - AC_MSG_ERROR([Could not find krb5-config in path]) + AC_MSG_WARN([Could not find krb5-config in path]) fi fi fi