aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-14 16:00:26 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-14 16:00:26 +0000
commitd9ffbaedbc0794b268ed9807b8411d21458ea2c3 (patch)
tree84f568717aba79d38e3e63d599c075690eedef09
parentac6ed0c6e445cc654f0b3b59dff38ea3b3f1ec0e (diff)
downloadfetchmail-d9ffbaedbc0794b268ed9807b8411d21458ea2c3.tar.gz
fetchmail-d9ffbaedbc0794b268ed9807b8411d21458ea2c3.tar.bz2
fetchmail-d9ffbaedbc0794b268ed9807b8411d21458ea2c3.zip
Configure prints a warning (but proceeds) if Kerberos IV support is enabled.
svn path=/branches/BRANCH_6-3/; revision=4831
-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