aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 757a00d0..ec274250 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,7 @@ fetchmail 6.3.5 (not yet released):
# CHANGES:
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes
NetBSD portable packages collection patch-ah, patch-ai and patch-aj.
+* Configure prints a warning (but proceeds) if Kerberos IV support is enabled.
# TRANSLATION UPDATES:
* Russian/ru (Pavel Maryanov), Vietnamese/vi (Clytie Siddall)
diff --git a/configure.ac b/configure.ac
index f2aa1cb6..e453268f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -504,6 +504,7 @@ AC_ARG_WITH(kerberos,
[
if test "$with_kerberos" != "no"
then
+ AC_MSG_WARN([Kerberos IV support is obsolete. Use --with-kerberos5 if possible.])
# Check for a NetBSD/OpenBSD special case
if test "$with_kerberos" = "yes" && ( test `uname` = "NetBSD" || test `uname` = "OpenBSD" )
then