mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix PECL #6544
This commit is contained in:
parent
07e11dcc4d
commit
ea2037a2d3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ functions required for PDO support.
|
|||
|
||||
PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared,,-I$pdo_inc_path $PDO_ODBC_INCLUDE)
|
||||
PHP_SUBST(PDO_ODBC_SHARED_LIBADD)
|
||||
ifdef([PHP_ADD_EXTENDION_DEP],
|
||||
ifdef([PHP_ADD_EXTENSION_DEP],
|
||||
[
|
||||
PHP_ADD_EXTENSION_DEP(pdo_odbc, pdo)
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue