diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 20:17:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 20:17:58 +0000 |
commit | 133ad8188b365e59f6ef7cfadd9c18b971aa89f0 (patch) | |
tree | 35b119310eb0b4fae46a47b73a1de5241691ec03 /configure.ac | |
parent | 6c48e52f16a0f0e4a23deeb9e4033fb731bc4521 (diff) | |
download | fetchmail-133ad8188b365e59f6ef7cfadd9c18b971aa89f0.tar.gz fetchmail-133ad8188b365e59f6ef7cfadd9c18b971aa89f0.tar.bz2 fetchmail-133ad8188b365e59f6ef7cfadd9c18b971aa89f0.zip |
Fix false wordwrap in Kerberos 4/5 help message.
svn path=/trunk/; revision=4379
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3cef2f11..b623b582 100644 --- a/configure.ac +++ b/configure.ac @@ -374,8 +374,7 @@ AC_CHECK_FUNCS(getnameinfo) ### use option --with-kerberos5=DIR to point at a Kerberos 5 directory ### make sure --with-ssl is run before --with-kerberos* ! AC_ARG_WITH(kerberos5, - [ --with-kerberos5=DIR point fetchmail compilation at a Kerberos 5 -directory], + [ --with-kerberos5=DIR point fetchmail compilation at a Kerberos 5 directory], [ if test "$with_kerberos5" != "no" then @@ -461,8 +460,7 @@ fi ### 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 4 -directory], + [ --with-kerberos=DIR point fetchmail compilation at a Kerberos 4 directory], [ if test "$with_kerberos" != "no" then |