diff options
author | foobar <sniper@php.net> | 2005-06-07 12:39:02 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-07 12:39:02 +0000 |
commit | bf9471683883ea38a50b2b96208ef21802905ba2 (patch) | |
tree | 2274341949a2813cc0672542574480466aa0f2ce /ext/mysql/config.m4 | |
parent | 4658513d70279f940c7c3d2b54612ad4549e1fa5 (diff) | |
download | php-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.m4 | 3 |
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 |