Skip to content

Commit

Permalink
fix PECL php#6544
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Apr 30, 2006
1 parent 07e11dc commit ea2037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pdo_odbc/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
])
Expand Down

0 comments on commit ea2037a

Please sign in to comment.