From 133ad8188b365e59f6ef7cfadd9c18b971aa89f0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 30 Oct 2005 20:17:58 +0000 Subject: Fix false wordwrap in Kerberos 4/5 help message. svn path=/trunk/; revision=4379 --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3