diff options
author | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
commit | e20af627c2e174e9398141e68a897ba4d0d08cdb (patch) | |
tree | 0195b1d2c08185d2cbdc5b2e4ae00c5c1ac8d24b /ext/imap/config.m4 | |
parent | cf0ea123842b793dfc4d43624b43ef86f1e9eb01 (diff) | |
download | php-git-e20af627c2e174e9398141e68a897ba4d0d08cdb.tar.gz |
improve short help messages
Diffstat (limited to 'ext/imap/config.m4')
-rw-r--r-- | ext/imap/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 36697bfc18..9eec8c0ad1 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -2,7 +2,8 @@ dnl $Id$ AC_MSG_CHECKING(for IMAP support) AC_ARG_WITH(imap, -[ --with-imap[=DIR] Include IMAP support (DIR is the IMAP include dir and c-client.a dir).], +[ --with-imap[=DIR] Include IMAP support. DIR is the IMAP include + and c-client.a directory.], [ if test "$withval" = "yes"; then if test -f /usr/local/include/mail.h; then |