mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Stupid typo
This commit is contained in:
parent
58771162b4
commit
6f7ced7ec0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue