aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-01 13:58:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-01 13:58:34 +0000
commitd5aa82aa53596e5f05628823cfe66ca8fda749cf (patch)
treef47be543361f22f2aa142d87c4a39e4b66cb567d /configure.in
parent2513ea1bb193ad13166122ae63879078282b5612 (diff)
downloadfetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.tar.gz
fetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.tar.bz2
fetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.zip
Another try at Kerberos autoconfiguration.
svn path=/trunk/; revision=1130
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9ab2db52..bb783bdd 100644
--- a/configure.in
+++ b/configure.in
@@ -128,7 +128,7 @@ test "$with_POP2" = "yes" && AC_DEFINE(POP2_ENABLE)
AC_ARG_WITH(kerberos,
[ --with-kerberos=DIR point fetchmail compilation at a Kerberos directory])
-for dir in $with_kerberos /usr/kerberos /usr/athena
+for dir in $with_kerberos /usr/kerberos /usr/kerberosIV /usr/athena
do
if test -f "$dir/include/krb.h"
then