summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sqlite3/config.m44
-rw-r--r--ext/sqlite3/config0.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4
index ab8403a0dd..758e7c7cb3 100644
--- a/ext/sqlite3/config.m4
+++ b/ext/sqlite3/config.m4
@@ -3,8 +3,8 @@ dnl config.m4 for extension sqlite3
dnl vim:et:ts=2:sw=2
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
-[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to
- SQLite3 installation directory.], no)
+[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+ SQLite3 installation directory.], no)
if test $PHP_SQLITE3 != "no"; then
sqlite3_extra_sources=""
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4
index ab8403a0dd..758e7c7cb3 100644
--- a/ext/sqlite3/config0.m4
+++ b/ext/sqlite3/config0.m4
@@ -3,8 +3,8 @@ dnl config.m4 for extension sqlite3
dnl vim:et:ts=2:sw=2
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
-[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to
- SQLite3 installation directory.], no)
+[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+ SQLite3 installation directory.], no)
if test $PHP_SQLITE3 != "no"; then
sqlite3_extra_sources=""