summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-31 22:28:51 +0000
committerHannes Magnusson <bjori@php.net>2008-07-31 22:28:51 +0000
commitf2d88b3efa05924ee0ce28218963ab21374c81aa (patch)
tree3166ef5dc9c86f19a245642f168ff6fb173477f9
parent9abe173e8ca1ee55af4155c5cc6ca7256e323ad5 (diff)
downloadphp-git-f2d88b3efa05924ee0ce28218963ab21374c81aa.tar.gz
Say without, since its enabled by default
-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 112b3af500..b262e78558 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,
-[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+[ --without-sqlite3[=DIR] 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 112b3af500..b262e78558 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,
-[ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
+[ --without-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then