summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-07-31 14:37:40 +0000
committerfoobar <sniper@php.net>2001-07-31 14:37:40 +0000
commita44098915013afb16469986d48d391a7b22a92cf (patch)
tree848cde4d1fb63a1d9750770008e6b58d59d73b5e
parent2c1af4d64508361f4f1ee5eb10eff02b804d3478 (diff)
downloadphp-git-a44098915013afb16469986d48d391a7b22a92cf.tar.gz
Added help texts for --with-imap-ssl|kerberos.
-rw-r--r--ext/imap/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4
index b9f22969a4..058117fa1b 100644
--- a/ext/imap/config.m4
+++ b/ext/imap/config.m4
@@ -23,7 +23,7 @@ AC_DEFUN(IMAP_LIB_CHK,[
AC_DEFUN(PHP_IMAP_KRB_CHK, [
PHP_ARG_WITH(kerberos,for Kerberos support in IMAP,
- [ --with-kerberos[=DIR] IMAP: Include Kerberos support.])
+ [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.])
if test "$PHP_KERBEROS" = "yes"; then
test -d /usr/kerberos && PHP_KERBEROS=/usr/kerberos
@@ -41,7 +41,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
AC_DEFUN(PHP_IMAP_SSL_CHK, [
PHP_ARG_WITH(imap-ssl,for SSL support in IMAP,
- [ --with-imap-ssl[=DIR] IMAP: Include SSL support.])
+ [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.])
if test "$PHP_IMAP_SSL" = "yes"; then
PHP_IMAP_SSL=/usr