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/odbc | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/config.m4 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 330855955c..515bf50a63 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -210,9 +210,9 @@ if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Empress support) AC_ARG_WITH(empress, [ --with-empress[=DIR] Include Empress support. DIR is the Empress base - install directory, defaults to \$EMPRESSPATH. - From PHP4, this option only supports Empress Version - 8.60 and above], + install directory, defaults to \$EMPRESSPATH. + From PHP4, this option only supports Empress Version + 8.60 and above], [ PHP_WITH_SHARED if test "$withval" != "no"; then @@ -240,10 +240,11 @@ fi if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Empress local access support) AC_ARG_WITH(empress-bcs, -[ --with-empress-bcs[=DIR]Include Empress Local Access support. DIR is the - Empress base install directory, defaults to \$EMPRESSPATH. - From PHP4, this option only supports Empress Version - 8.60 and above], +[ --with-empress-bcs[=DIR] + Include Empress Local Access support. DIR is the + Empress base install directory, defaults to + \$EMPRESSPATH. From PHP4, this option only supports + Empress Version 8.60 and above.], [ PHP_WITH_SHARED if test "$withval" != "no"; then |