From 9738fa2f7650bcd29e2f0f7742df3d5fd71d4239 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 22 Aug 2014 07:13:55 -0700 Subject: [PATCH] Fix 'Could not find krb5-config in path' on OS without krb5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3