summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2005-02-13 14:42:46 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2005-02-13 14:42:46 +0000
commitaedea8539c61d9fe0207679e1abfde68709eea74 (patch)
treebed2ad5d4195b2e234a0b9fcf98ebd8542ff9e70 /ext/pdo_mysql/config.m4
parentd308d6d462787a50638b18c9108a3476ff0eddf4 (diff)
downloadphp-git-aedea8539c61d9fe0207679e1abfde68709eea74.tar.gz
no need to check for all functions of a group,
added check for prepared statement functions
Diffstat (limited to 'ext/pdo_mysql/config.m4')
-rwxr-xr-xext/pdo_mysql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index 086cb4db06..d9de612ba1 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -56,7 +56,7 @@ Note that the MySQL client library is not bundled anymore.])
_SAVE_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS $PDO_MYSQL_LIBS"
- AC_CHECK_FUNCS([mysql_commit mysql_rollback mysql_autocommit])
+ AC_CHECK_FUNCS([mysql_commit mysql_stmt_prepare])
LDFLAGS=$_SAVE_LDFLAGS
if test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then