wok diff krb5/stuff/krb5-1.17-ac_check_krb5.m4.patch @ rev 21894
updated scrub (2.4 -> 2.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 14:15:41 2019 +0100 (2019-10-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/krb5/stuff/krb5-1.17-ac_check_krb5.m4.patch Thu Oct 03 14:15:41 2019 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +--- util/ac_check_krb5.m4.orig 2019-01-08 17:02:37.000000000 +0100 1.5 ++++ util/ac_check_krb5.m4 2019-03-16 15:09:26.672825114 +0100 1.6 +@@ -29,7 +29,7 @@ AC_DEFUN([AC_CHECK_KRB5], 1.7 + [ --with-kerberos5=PATH Enable Kerberos 5 support], 1.8 + [if test "x$withval" != "xno"; then 1.9 + if test "x$withval" = "xyes"; then 1.10 +- KRB5ROOT=/usr/local 1.11 ++ KRB5ROOT=/usr 1.12 + else 1.13 + KRB5ROOT=${withval} 1.14 + fi