------------------------------------------------------------ revno: 13542 revision-id: squid3@treenet.co.nz-20140822141355-t2490vsglnk5f233 parent: squid3@treenet.co.nz-20140822124840-1pawu3ph8wcinj1c committer: Amos Jeffries branch nick: trunk timestamp: Fri 2014-08-22 07:13:55 -0700 message: Fix 'Could not find krb5-config in path' on OS without krb5 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140822141355-t2490vsglnk5f233 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: d34c6239f0c626a5e280e69f7d95c62586edb844 # timestamp: 2014-08-22 14:55:12 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140822124840-\ # 1pawu3ph8wcinj1c # # Begin patch === modified file 'configure.ac' --- configure.ac 2014-08-22 12:48:40 +0000 +++ configure.ac 2014-08-22 14:13:55 +0000 @@ -1470,7 +1470,7 @@ 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