]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix 'Could not find krb5-config in path' on OS without krb5
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 Aug 2014 14:13:55 +0000 (07:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 Aug 2014 14:13:55 +0000 (07:13 -0700)
configure.ac

index 25b76445c21c77ecedf4f85fe89db47295c68d83..d86bb95218812a2c43a659333ac00b50ba642681 100644 (file)
@@ -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