summaryrefslogtreecommitdiff
path: root/ext/mysql/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-07 12:39:02 +0000
committerfoobar <sniper@php.net>2005-06-07 12:39:02 +0000
commitbf9471683883ea38a50b2b96208ef21802905ba2 (patch)
tree2274341949a2813cc0672542574480466aa0f2ce /ext/mysql/config.m4
parent4658513d70279f940c7c3d2b54612ad4549e1fa5 (diff)
downloadphp-git-bf9471683883ea38a50b2b96208ef21802905ba2.tar.gz
- Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)
- Make sure MYSQL_DIR is empty.
Diffstat (limited to 'ext/mysql/config.m4')
-rw-r--r--ext/mysql/config.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index e6815aa0fb..352729d821 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -66,6 +66,9 @@ if test "$PHP_MYSQL" != "no"; then
AC_MSG_RESULT([no])
fi
+ MYSQL_DIR=
+ MYSQL_INC_DIR=
+
for i in $PHP_MYSQL /usr/local /usr; do
if test -r $i/include/mysql/mysql.h; then
MYSQL_DIR=$i