Skip to content

Commit a440989

Browse files
author
foobar
committed
Added help texts for --with-imap-ssl|kerberos.
1 parent 2c1af4d commit a440989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/imap/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AC_DEFUN(IMAP_LIB_CHK,[
2323

2424
AC_DEFUN(PHP_IMAP_KRB_CHK, [
2525
PHP_ARG_WITH(kerberos,for Kerberos support in IMAP,
26-
[ --with-kerberos[=DIR] IMAP: Include Kerberos support.])
26+
[ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.])
2727
2828
if test "$PHP_KERBEROS" = "yes"; then
2929
test -d /usr/kerberos && PHP_KERBEROS=/usr/kerberos
@@ -41,7 +41,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
4141

4242
AC_DEFUN(PHP_IMAP_SSL_CHK, [
4343
PHP_ARG_WITH(imap-ssl,for SSL support in IMAP,
44-
[ --with-imap-ssl[=DIR] IMAP: Include SSL support.])
44+
[ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.])
4545
4646
if test "$PHP_IMAP_SSL" = "yes"; then
4747
PHP_IMAP_SSL=/usr

0 commit comments

Comments
 (0)