View | Details | Raw Unified | Return to bug 205461
Collapse All | Expand All

(-)squid/files/patch-configure (+10 lines)
Lines 1-5 Link Here
1
--- configure.orig	2015-11-01 10:46:19 UTC
1
--- configure.orig	2015-11-01 10:46:19 UTC
2
+++ configure
2
+++ configure
3
@@ -27107,9 +27107,6 @@
4
     if test "x$ac_cv_path_krb5_config" != "xno" ; then
5
       krb5confpath="`dirname $ac_cv_path_krb5_config`"
6
       ac_heimdal="`$ac_cv_path_krb5_config --version 2>/dev/null | grep -c -i heimdal`"
7
-      if test "x$with_heimdal_krb5" = "xyes"; then
8
-        as_fn_error $? "Could not find pkg-config or krb5-config for Heimdal Kerberos" "$LINENO" 5
9
-      fi
10
     else
11
       if test "x$with_heimdal_krb5" = "xyes"; then
12
         as_fn_error $? "Could not find krb5-config in path" "$LINENO" 5
3
@@ -32038,7 +32040,7 @@ done
13
@@ -32038,7 +32040,7 @@ done
4
 ##
14
 ##
5
 
15
 

Return to bug 205461