From: Ilia Alshanetsky Date: Thu, 29 Jan 2004 17:21:16 +0000 (+0000) Subject: Proper configure switch for sqlite. X-Git-Tag: php-5.0.0b4RC1~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b1fadbf1cb90114105cba0d650ab9233eae0100;p=php Proper configure switch for sqlite. --- diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 955615220e..8dc879676a 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -6,7 +6,10 @@ PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default: [ --enable-sqlite-utf8 Enable UTF-8 support for SQLite], no, no) PHP_ARG_WITH(sqlite, for sqlite support, -[ --with-sqlite Include sqlite support], yes) +[ --without-sqlite Do not include sqlite support. + Use --with-sqlite=DIR to specify DIR where + Sqlite include and library files are located, + if not using bundled library.], yes) if test "$PHP_SQLITE" != "no"; then