mirror of
https://github.com/curl/curl.git
synced 2026-05-23 19:26:25 +03:00
renamed the KRB4 to HAVE_KRB4
This commit is contained in:
parent
2c22feced2
commit
d4629fd395
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue