diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-06-23 00:46:05 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-06-23 00:46:05 +0000 |
commit | 9b9ab1793fbe46b6ad3c61e3b5eb94b4410519d0 (patch) | |
tree | ae2899a836c84b245f5d281e16b403ca14d9192a /ext/oracle/config.m4 | |
parent | 684dca9acaa700c4b121113734309f191ba89bf2 (diff) | |
download | php-git-9b9ab1793fbe46b6ad3c61e3b5eb94b4410519d0.tar.gz |
Fix spacing and say that --with-oracle uses the oci7 interface
Diffstat (limited to 'ext/oracle/config.m4')
-rw-r--r-- | ext/oracle/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index d7ab69a4c6..a95a7414d8 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -18,7 +18,7 @@ AC_DEFUN(AC_ORACLE_VERSION,[ ]) PHP_ARG_WITH(oracle, for Oracle-ORACLE support, -[ --with-oracle[=DIR] Include oracle support. DIR is the 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]) |