summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/oci8/config.m42
-rw-r--r--ext/oracle/config.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index 5c19977d15..a9fef07379 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -18,7 +18,7 @@ AC_DEFUN(AC_OCI8_VERSION,[
])
PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
-[ --with-oci8[=DIR] Include oci8 support. DIR is the ORACLE_HOME.])
+[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.])
if test "$PHP_OCI8" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
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])