]> Pileus Git - ~andy/fetchmail/commitdiff
Fix false wordwrap in Kerberos 4/5 help message.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 30 Oct 2005 20:17:58 +0000 (20:17 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 30 Oct 2005 20:17:58 +0000 (20:17 -0000)
svn path=/trunk/; revision=4379

configure.ac

index 3cef2f11a1936941cfd885e0eeecba254a9aa167..b623b58275020bf8caa41e19fd77537798d272a9 100644 (file)
@@ -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