diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:39:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:39:29 +0000 |
commit | 4614ee3db1ccc27142dd4dd81c8cc884bb330836 (patch) | |
tree | bfe9e9dc89ebe80320952049f99db102008a501f /configure.in | |
parent | 120896f095d82334fc3de14d046c7bffca3046b2 (diff) | |
download | fetchmail-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.in | 4 |
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. |