summaryrefslogtreecommitdiff
path: root/ext/sqlite3/config.w32
diff options
context:
space:
mode:
authorElizabeth Marie Smith <auroraeosrose@php.net>2008-08-05 20:22:53 +0000
committerElizabeth Marie Smith <auroraeosrose@php.net>2008-08-05 20:22:53 +0000
commit8a515d6b51b31593352131c923c4bc9d0284226b (patch)
tree788e801ed9fa8d9c854a1ea770b6e0b3ad0b0b09 /ext/sqlite3/config.w32
parent1dddb79a32ff3afc4ce7dc9e530052c32b565566 (diff)
downloadphp-git-8a515d6b51b31593352131c923c4bc9d0284226b.tar.gz
Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
Diffstat (limited to 'ext/sqlite3/config.w32')
-rw-r--r--ext/sqlite3/config.w324
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/sqlite3/config.w32 b/ext/sqlite3/config.w32
index 81c3c41b16..8c766f41a9 100644
--- a/ext/sqlite3/config.w32
+++ b/ext/sqlite3/config.w32
@@ -10,8 +10,4 @@ if (PHP_SQLITE3 != "no") {
ADD_SOURCES(configure_module_dirname + "/libsqlite", "sqlite3.c", "sqlite3");
AC_DEFINE("HAVE_SQLITE3", 1, "SQLite support");
-
- if (!PHP_SQLITE3_SHARED) {
- ADD_DEF_FILE(configure_module_dirname + "\\php_sqlite3.def");
- }
}