]> granicus.if.org Git - php/commitdiff
Allow sqlite to build as a shared ext under win32
authorWez Furlong <wez@php.net>
Tue, 25 May 2004 13:01:05 +0000 (13:01 +0000)
committerWez Furlong <wez@php.net>
Tue, 25 May 2004 13:01:05 +0000 (13:01 +0000)
ext/sqlite/config.w32

index 2441ab916ccd9110fbcf292aa25a10a1e8e3681c..78b02edbb0fd9c3ec62e6f3fa6a1d72494fe42e6 100644 (file)
@@ -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"), ""),