summaryrefslogtreecommitdiff
path: root/ext/oci8/config.m4
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
committerChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
commit4c3c9d1fe585abaa59213dedd04996b8fb9f041a (patch)
tree3f6dda672937d0ca8b628c37ce831d07416a07b1 /ext/oci8/config.m4
parentdb610ba050cdc44c3c0d7c1c9ce81a2a17f5d087 (diff)
parentc6d977dd395262c5c8d9091519a41aebe6f40db9 (diff)
downloadphp-git-4c3c9d1fe585abaa59213dedd04996b8fb9f041a.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r--ext/oci8/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index eee4b4ec80..b76db64638 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -103,7 +103,7 @@ 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 Database OCI8 support,
-[ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
+[ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
Use --with-oci8=instantclient,/path/to/instant/client/lib
to use an Oracle Instant Client installation])