aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-01-05 21:39:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-01-05 21:39:29 +0000
commit4614ee3db1ccc27142dd4dd81c8cc884bb330836 (patch)
treebfe9e9dc89ebe80320952049f99db102008a501f /configure.in
parent120896f095d82334fc3de14d046c7bffca3046b2 (diff)
downloadfetchmail-4614ee3db1ccc27142dd4dd81c8cc884bb330836.tar.gz
fetchmail-4614ee3db1ccc27142dd4dd81c8cc884bb330836.tar.bz2
fetchmail-4614ee3db1ccc27142dd4dd81c8cc884bb330836.zip
Typo fix.
svn path=/trunk/; revision=3017
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.