aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a50d5947..34a31e48 100644
--- a/configure.in
+++ b/configure.in
@@ -371,9 +371,9 @@ elif test "$with_kerberos" != "no" -a "$with_kerberos5" != "no" ; then
done
fi
-### use option --with-kerberos=DIR to point at a Kerberos IV directory
+### use option --with-kerberos=DIR to point at a Kerberos 4 directory
AC_ARG_WITH(kerberos,
- [ --with-kerberos=DIR point fetchmail compilation at a Kerberos IV directory])
+ [ --with-kerberos=DIR point fetchmail compilation at a Kerberos 4 directory])
# The "elif" arm (nonempty $with_kerberos) is kind of a crock. It works for
# configuring the BSD/OS Kerberos IV support, though.