From: Wez Furlong Date: Tue, 25 May 2004 13:01:05 +0000 (+0000) Subject: Allow sqlite to build as a shared ext under win32 X-Git-Tag: php-5.0.0RC3RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7916ef2ee14e27e5905c730f4d48fdb959ddf0a5;p=php Allow sqlite to build as a shared ext under win32 --- diff --git a/ext/sqlite/config.w32 b/ext/sqlite/config.w32 index 2441ab916c..78b02edbb0 100644 --- a/ext/sqlite/config.w32 +++ b/ext/sqlite/config.w32 @@ -3,7 +3,7 @@ ARG_WITH("sqlite", "SQLite support", "yes"); -if (PHP_SQLITE == "yes") { +if (PHP_SQLITE != "no") { copy_and_subst(configure_module_dirname + "\\libsqlite\\src\\sqlite.h.in", configure_module_dirname + "\\libsqlite\\src\\sqlite.h", new Array( "--VERS--", file_get_contents(configure_module_dirname + "\\libsqlite\\VERSION").replace(new RegExp("[\r\n]+", "g"), ""),