diff options
author | foobar <sniper@php.net> | 2003-01-28 06:56:32 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-01-28 06:56:32 +0000 |
commit | 68ffe71a1281a1ea8331ba8f3e58d5225f14db9d (patch) | |
tree | da6f57812a0ec48a657f18c9552f6271831909f2 /ext/imap | |
parent | c96fe825b87a32f33458133cb3dcaf8a8c2b611e (diff) | |
download | php-git-68ffe71a1281a1ea8331ba8f3e58d5225f14db9d.tar.gz |
fix some typos
Diffstat (limited to 'ext/imap')
-rw-r--r-- | ext/imap/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index cb74f15e51..9d87fb6ede 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -94,7 +94,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [ AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [ AC_MSG_ERROR([This c-client library is built with Kerberos support. - Add --with-kerberos<=DIR> to your configure line. Check config.log for details. + Add --with-kerberos to your configure line. Check config.log for details. ]) ]) fi @@ -103,7 +103,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [ AC_DEFUN(PHP_IMAP_SSL_CHK, [ AC_ARG_WITH(imap-ssl, - [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.],[ + [ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir.],[ PHP_IMAP_SSL=$withval ],[ PHP_IMAP_SSL=no @@ -133,7 +133,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [ AC_MSG_RESULT(yes) AC_MSG_ERROR([This c-client library is built with SSL support. - Add --with-imap-ssl<=DIR> to your configure line. Check config.log for details. + Add --with-imap-ssl=<DIR> to your configure line. Check config.log for details. ]) ], $TST_LIBS) fi |