summaryrefslogtreecommitdiff
path: root/ext/mysql/config.m4
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-10 20:27:15 +0000
committerAndrey Hristov <andrey@php.net>2008-03-10 20:27:15 +0000
commit60869b3e8e9b5a5ad4cc65ba3e78cbe0b8f541e4 (patch)
tree2ca44d004ecd9b57e44095a98689302991306000 /ext/mysql/config.m4
parentaf5a93e552c1a9244e527a9fa55c4ad73dee999e (diff)
downloadphp-git-60869b3e8e9b5a5ad4cc65ba3e78cbe0b8f541e4.tar.gz
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
Diffstat (limited to 'ext/mysql/config.m4')
-rw-r--r--ext/mysql/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 08e9ebbd2e..6a73ad63b7 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -158,5 +158,6 @@ if test "$PHP_MYSQL" != "no"; then
if test "$PHP_MYSQL" = "mysqlnd"; then
PHP_ADD_EXTENSION_DEP(mysql, mysqlnd)
+ AC_DEFINE([MYSQL_USE_MYSQLND], 1, [Whether mysqlnd is enabled])
fi
fi