From 166dee99e03795e3584fe0f40e5b076757e846ff Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 31 Jul 2008 22:32:46 +0000 Subject: [PATCH] MFB5.3: "without" and "do not include" --- ext/sqlite3/config.m4 | 2 +- ext/sqlite3/config0.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1