diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
commit | 718b588b14f3b82875bca1f62ebe9fa63a1e5a53 (patch) | |
tree | c590d246ec0345744e428c2fa6c0590053cdce4a /ext/ldap/config.m4 | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'ext/ldap/config.m4')
-rw-r--r-- | ext/ldap/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 116baef441..247e21720f 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -17,7 +17,8 @@ AC_DEFUN(PHP_LDAP_CHECKS, [ ]) PHP_ARG_WITH(ldap,whether to include LDAP support, -[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base install directory.]) +[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base + install directory.]) if test "$PHP_LDAP" != "no"; then |