aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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