diff options
author | Edin Kadribasic <edink@php.net> | 2005-09-24 15:15:13 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2005-09-24 15:15:13 +0000 |
commit | c4e65a4a2dab585dcc90a1d28ceee418d2bb7ce2 (patch) | |
tree | 45b155f68424e91bf39d3e22f90f734934e89751 /ext/sqlite | |
parent | 97bad74c0fdf043253c7b3eabca11a0ecc4cebcf (diff) | |
download | php-git-c4e65a4a2dab585dcc90a1d28ceee418d2bb7ce2.tar.gz |
MFB: Build PDO and SQLite as shared
Diffstat (limited to 'ext/sqlite')
-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 ad14e66bf3..58d4ea7b9e 100644 --- a/ext/sqlite/config.w32 +++ b/ext/sqlite/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_WITH("sqlite", "SQLite support", "yes"); +ARG_WITH("sqlite", "SQLite support", "no"); if (PHP_SQLITE != "no") { copy_and_subst(configure_module_dirname + "\\libsqlite\\src\\sqlite.h.in", |