From: Hannes Magnusson Date: Thu, 31 Jul 2008 22:32:46 +0000 (+0000) Subject: MFB5.3: "without" and "do not include" X-Git-Tag: BEFORE_HEAD_NS_CHANGE~933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=166dee99e03795e3584fe0f40e5b076757e846ff;p=php MFB5.3: "without" and "do not include" --- diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4 index 6a43b42585..2ca2656aa1 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] 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 6a43b42585..2ca2656aa1 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] Do not include SQLite3 support. DIR is the prefix to SQLite3 installation directory.], yes) if test $PHP_SQLITE3 != "no"; then