From: Wez Furlong Date: Wed, 9 Feb 2005 05:12:41 +0000 (+0000) Subject: disable dep for pecl release X-Git-Tag: RELEASE_0_2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44cec3d4568449366623d5d44237e1f24edc0a52;p=php disable dep for pecl release --- diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4 index a785c73c3b..b8a9c88c22 100755 --- a/ext/pdo_odbc/config.m4 +++ b/ext/pdo_odbc/config.m4 @@ -144,6 +144,6 @@ functions required for PDO support. AC_MSG_RESULT($pdo_inc_path) PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared,,-I$pdo_inc_path $PDO_ODBC_INCLUDE) - PHP_ADD_EXTENSION_DEP(pdo_odbc, pdo) +dnl PHP_ADD_EXTENSION_DEP(pdo_odbc, pdo) fi