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/oci8/config.m4 | |
parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r-- | ext/oci8/config.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 227c08edc5..f858c4cf78 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -96,10 +96,9 @@ dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib dnl or dnl --with-oci8=shared,/path/to/oracle/home PHP_ARG_WITH(oci8, for Oracle (OCI8) support, -[ --with-oci8[=DIR] Include Oracle (OCI8) support. - The default DIR is ORACLE_HOME. - Use --with-oci8=instantclient,/path/to/oic/lib - to use an Oracle Instant Client installation]) +[ --with-oci8[=DIR] Include Oracle (OCI8) support. DIR defaults to \$ORACLE_HOME. + Use --with-oci8=instantclient,/path/to/oic/lib + for an Oracle Instant Client installation]) AC_MSG_CHECKING([PHP version]) |