@ -73,7 +73,7 @@ if test "$PHP_PDO_DBLIB" != "no"; then
AC_DEFINE(HAVE_FREETDS,1,[ ])
PHP_SUBST(PDO_DBLIB_SHARED_LIBADD)
ifdef([PHP_ADD_EXTENDION_DEP],
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_dblib, pdo)
])
@ -79,7 +79,7 @@ Note that the MySQL client library is not bundled anymore!])
PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc_path)
PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)
@ -199,7 +199,7 @@ You need to tell me where to find your oracle SDK, or set ORACLE_HOME.
PHP_SUBST_OLD(PDO_OCI_DIR)
PHP_SUBST_OLD(PDO_OCI_VERSION)
PHP_ADD_EXTENSION_DEP(pdo_oci, pdo)
@ -113,7 +113,7 @@ EOF
AC_CHECK_HEADERS(time.h)
fi
PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)