diff options
author | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
commit | 7ed3c4536d7b89647628ba89ffc52a92234e909a (patch) | |
tree | 3722e9312134616e1eaca3b7f2448569f582787d /ext/pdo_oci | |
parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/pdo_oci')
-rwxr-xr-x | ext/pdo_oci/config.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index 6f8f9c4982..6f35ad6b16 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -52,9 +52,10 @@ AC_DEFUN([AC_PDO_OCI_CHECK_LIB_DIR],[ ]) PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO, -[ --with-pdo-oci[=DIR] PDO: Oracle-OCI support. Default DIR is ORACLE_HOME. - You may also use --with-pdo-oci=instantclient,prefix,version to use - the InstantClient SDK. For Linux with 10.1.0.3 rpms (for example) use: +[ --with-pdo-oci[=DIR] PDO: Oracle-OCI support. DIR defaults to \$ORACLE_HOME. + Use --with-pdo-oci=instantclient,prefix,version + for an Oracle InstantClient SDK. + For Linux with 10.1.0.3 rpms (for example) use: --with-pdo-oci=instantclient,/usr,10.1.0.3]) if test "$PHP_PDO_OCI" != "no"; then |