summaryrefslogtreecommitdiff
path: root/ext/mysql/config.m4
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
committerAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
commit725b31fc6cce293405d8c7875f2fdc657f9daccc (patch)
tree639cfa727c33909c1aad49786ed31609808833a9 /ext/mysql/config.m4
parent49add03404141a0af3683471f2aa967818ba350e (diff)
downloadphp-git-725b31fc6cce293405d8c7875f2fdc657f9daccc.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