diff options
| author | Wez Furlong <wez@php.net> | 2004-05-25 13:01:05 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-05-25 13:01:05 +0000 |
| commit | 7916ef2ee14e27e5905c730f4d48fdb959ddf0a5 (patch) | |
| tree | effb0ecbc73b8d5a3a8214c373646b34572ff606 /ext/sqlite/config.w32 | |
| parent | 146255f35c7bea85985776cdd748d423fc47c762 (diff) | |
| download | php-git-7916ef2ee14e27e5905c730f4d48fdb959ddf0a5.tar.gz | |
Allow sqlite to build as a shared ext under win32
Diffstat (limited to 'ext/sqlite/config.w32')
| -rw-r--r-- | ext/sqlite/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
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"), ""), |
