We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1af4d commit a440989Copy full SHA for a440989
ext/imap/config.m4
@@ -23,7 +23,7 @@ AC_DEFUN(IMAP_LIB_CHK,[
23
24
AC_DEFUN(PHP_IMAP_KRB_CHK, [
25
PHP_ARG_WITH(kerberos,for Kerberos support in IMAP,
26
- [ --with-kerberos[=DIR] IMAP: Include Kerberos support.])
+ [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.])
27
28
if test "$PHP_KERBEROS" = "yes"; then
29
test -d /usr/kerberos && PHP_KERBEROS=/usr/kerberos
@@ -41,7 +41,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
41
42
AC_DEFUN(PHP_IMAP_SSL_CHK, [
43
PHP_ARG_WITH(imap-ssl,for SSL support in IMAP,
44
- [ --with-imap-ssl[=DIR] IMAP: Include SSL support.])
+ [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.])
45
46
if test "$PHP_IMAP_SSL" = "yes"; then
47
PHP_IMAP_SSL=/usr
0 commit comments