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/oci8 | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 394d857a21..e9059f97a5 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -22,7 +22,8 @@ AC_DEFUN(AC_OCI8_VERSION,[ ]) PHP_ARG_WITH(oci8, for Oracle-OCI8 support, -[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.]) +[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is + ORACLE_HOME.]) if test "$PHP_OCI8" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) |