diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 13:27:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 13:27:05 +0000 |
commit | d4629fd3957cf991c1a7a23757678b4b159ab187 (patch) | |
tree | 8630f5e5d0fd88eea524169c6e3a5a7c3f272f97 | |
parent | 2c22feced26d65584920c1028088228f9e6afbaf (diff) |
renamed the KRB4 to HAVE_KRB4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2906a0e05..3ecf91986 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! |