This commit is contained in:
foobar 2005-09-24 23:23:25 +00:00
parent a349428685
commit 1536082186
4 changed files with 4 additions and 4 deletions

View file

@ -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)
])

View file

@ -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)
ifdef([PHP_ADD_EXTENDION_DEP],
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)
])

View file

@ -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)
ifdef([PHP_ADD_EXTENDION_DEP],
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_oci, pdo)
])

View file

@ -113,7 +113,7 @@ EOF
AC_CHECK_HEADERS(time.h)
fi
ifdef([PHP_ADD_EXTENDION_DEP],
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
])