diff options
author | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
commit | db50cd251ed827de60bdc156a08fd7c0f744e2fd (patch) | |
tree | ef357d24d9aef23de74020d903a8641b6f198a78 /ext/oracle | |
parent | 09b8fdc2bb19ffe8a0d15fae0ab93196fbc10ca6 (diff) | |
download | php-git-db50cd251ed827de60bdc156a08fd7c0f744e2fd.tar.gz |
Aligned configure help texts.
Diffstat (limited to 'ext/oracle')
-rw-r--r-- | ext/oracle/config.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index d3283e18d3..fdd5276ccd 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -26,8 +26,7 @@ AC_DEFUN(AC_ORACLE_VERSION,[ ]) PHP_ARG_WITH(oracle, for Oracle-ORACLE support, -[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is - ORACLE_HOME.]) +[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is ORACLE_HOME.]) if test "$PHP_ORACLE" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) |