summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-31 22:30:25 +0000
committerHannes Magnusson <bjori@php.net>2008-07-31 22:30:25 +0000
commita31dc0ccd06ebc55ea8c6fd3d4652b41d053e189 (patch)
treec2ce6a96c87137b36d49f69479d0d0621e6597d6 /ext/sqlite3
parentf2d88b3efa05924ee0ce28218963ab21374c81aa (diff)
downloadphp-git-a31dc0ccd06ebc55ea8c6fd3d4652b41d053e189.tar.gz
Which means do not include.., thanks Jani :)
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/config.m42
-rw-r--r--ext/sqlite3/config0.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4
index b262e78558..4b080d2817 100644
--- a/ext/sqlite3/config.m4
+++ b/ext/sqlite3/config.m4
@@ -3,7 +3,7 @@ dnl config.m4 for extension sqlite3
dnl vim:et:ts=2:sw=2
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
-[ --without-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+[ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4
index b262e78558..4b080d2817 100644
--- a/ext/sqlite3/config0.m4
+++ b/ext/sqlite3/config0.m4
@@ -3,7 +3,7 @@ dnl config.m4 for extension sqlite3
dnl vim:et:ts=2:sw=2
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
-[ --without-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+[ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then