mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
Stupid typo
This commit is contained in:
parent
3324aeba8b
commit
f4e7f168e9
@ -4,7 +4,7 @@
|
||||
ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
|
||||
|
||||
if (PHP_PDO_SQLITE != "no") {
|
||||
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_THREADSAFE=1 /I" + configure_module_dirname + ""/../sqlite3/libsqlite /I" + configure_module_dirname);
|
||||
EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c", null, "/DSQLITE_THREADSAFE=1 /I" + configure_module_dirname + "/../sqlite3/libsqlite /I" + configure_module_dirname);
|
||||
|
||||
ADD_EXTENSION_DEP('pdo_sqlite', 'pdo');
|
||||
// If pdo_sqlite is static, and sqlite3 is also static, then we don't add a second copy of the sqlite3 libs
|
||||
|
Loading…
Reference in New Issue
Block a user