mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix typo
This commit is contained in:
parent
a349428685
commit
1536082186
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
ifdef([PHP_ADD_EXTENDION_DEP],
|
||||
ifdef([PHP_ADD_EXTENSION_DEP],
|
||||
[
|
||||
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)
|
||||
|
||||
ifdef([PHP_ADD_EXTENDION_DEP],
|
||||
ifdef([PHP_ADD_EXTENSION_DEP],
|
||||
[
|
||||
PHP_ADD_EXTENSION_DEP(pdo_oci, pdo)
|
||||
])
|
||||
|
|
|
@ -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)
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue