summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-07 16:33:30 +0000
committerAndi Gutmans <andi@php.net>2000-03-07 16:33:30 +0000
commit6e1ad8c00deba09e514a7b16c9c28001eb51f7ca (patch)
tree54fc2eb28ef362ba06a1f9a3f743f70118253591 /ext/mysql
parent213491a146205c413d40b260c6030f9363d161a0 (diff)
downloadphp-git-6e1ad8c00deba09e514a7b16c9c28001eb51f7ca.tar.gz
- Enable MySQL by default
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 294395ee07..b64f32f422 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -7,10 +7,10 @@ AC_ARG_WITH(mysql,[],[enable_mysql=$withval])
AC_MSG_CHECKING(for MySQL support)
AC_ARG_ENABLE(mysql,
-[ --enable-mysql Enable embedded MySQL support],[
+[ --disable-mysql Disable embedded MySQL support],[
PHP_MYSQL=$enableval
],[
- PHP_MYSQL=no
+ PHP_MYSQL=yes
])
AC_MSG_RESULT($PHP_MYSQL)