From: Daniel Stenberg Date: Tue, 2 Dec 2003 13:27:05 +0000 (+0000) Subject: renamed the KRB4 to HAVE_KRB4 X-Git-Tag: curl-7_11_0~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4629fd3957cf991c1a7a23757678b4b159ab187;p=thirdparty%2Fcurl.git renamed the KRB4 to HAVE_KRB4 --- diff --git a/configure.ac b/configure.ac index 2906a0e059..3ecf919864 100644 --- a/configure.ac +++ b/configure.ac @@ -478,7 +478,7 @@ then AC_CHECK_FUNCS(krb_get_our_ip_for_realm) dnl add define KRB4 - AC_DEFINE(KRB4, 1, + AC_DEFINE(HAVE_KRB4, 1, [if you have the Kerberos4 libraries (including -ldes)]) dnl substitute it too!