Skip to content

Commit 68ffe71

Browse files
author
foobar
committed
fix some typos
1 parent c96fe82 commit 68ffe71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/imap/config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
9494
AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [
9595
AC_MSG_ERROR([This c-client library is built with Kerberos support.
9696
97-
Add --with-kerberos<=DIR> to your configure line. Check config.log for details.
97+
Add --with-kerberos to your configure line. Check config.log for details.
9898
])
9999
])
100100
fi
@@ -103,7 +103,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
103103

104104
AC_DEFUN(PHP_IMAP_SSL_CHK, [
105105
AC_ARG_WITH(imap-ssl,
106-
[ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.],[
106+
[ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir.],[
107107
PHP_IMAP_SSL=$withval
108108
],[
109109
PHP_IMAP_SSL=no
@@ -133,7 +133,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [
133133
AC_MSG_RESULT(yes)
134134
AC_MSG_ERROR([This c-client library is built with SSL support.
135135
136-
Add --with-imap-ssl<=DIR> to your configure line. Check config.log for details.
136+
Add --with-imap-ssl=<DIR> to your configure line. Check config.log for details.
137137
])
138138
], $TST_LIBS)
139139
fi

0 commit comments

Comments
 (0)