aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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