Skip to content

Commit ea2037a

Browse files
committed
fix PECL php#6544
1 parent 07e11dc commit ea2037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_odbc/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ functions required for PDO support.
160160

161161
PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared,,-I$pdo_inc_path $PDO_ODBC_INCLUDE)
162162
PHP_SUBST(PDO_ODBC_SHARED_LIBADD)
163-
ifdef([PHP_ADD_EXTENDION_DEP],
163+
ifdef([PHP_ADD_EXTENSION_DEP],
164164
[
165165
PHP_ADD_EXTENSION_DEP(pdo_odbc, pdo)
166166
])

0 commit comments

Comments
 (0)