diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |