From: Kalle Sommer Nielsen Date: Sun, 31 May 2009 11:16:46 +0000 (+0000) Subject: This shouldn't have been in there X-Git-Tag: php-5.3.0RC3~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80bc751be116de97267dc4a5b7e66149030d86e3;p=php This shouldn't have been in there --- diff --git a/ext/sqlite3/config.w32 b/ext/sqlite3/config.w32 index 459f721bd1..271a0c8247 100644 --- a/ext/sqlite3/config.w32 +++ b/ext/sqlite3/config.w32 @@ -4,7 +4,6 @@ ARG_WITH("sqlite3", "SQLite 3 support", "no"); if (PHP_SQLITE3 != "no") { -WARNING(PHP_ZTS); ADD_FLAG("CFLAGS_SQLITE3", "/D SQLITE_THREADSAFE=" + (PHP_ZTS == "yes" ? "1" : "0") + " /D SQLITE_ENABLE_FTS3=1 /D SQLITE_CORE=1 "); EXTENSION("sqlite3", "sqlite3.c", null, "/I" + configure_module_dirname + "/libsqlite /I" + configure_module_dirname);