summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-15 13:43:56 +0000
committerMarcus Boerger <helly@php.net>2004-08-15 13:43:56 +0000
commit295ae448b1fc3b508229d1bf4d740f1d22c2ceed (patch)
tree28c06cfe181852003ab117496f5d85f5cc48e68b /ext/pdo_mysql/config.m4
parent1c6f49006b640c5ee2be320a834466876641ca7e (diff)
downloadphp-git-295ae448b1fc3b508229d1bf4d740f1d22c2ceed.tar.gz
- Synch names with other extensions
Diffstat (limited to 'ext/pdo_mysql/config.m4')
-rwxr-xr-xext/pdo_mysql/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index a2864d081c..dfe94749b2 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -12,8 +12,8 @@ AC_DEFUN(MYSQL_LIB_CHK, [
done
])
-PHP_ARG_WITH(pdo_mysql, for MySQL support,
-[ --with-pdo_mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.])
+PHP_ARG_WITH(pdo-mysql, for MySQL support,
+[ --with-pdo-smysql[=DIR] Include MySQL support. DIR is the MySQL base directory.])
if test "$PHP_PDO_MYSQL" != "no"; then
AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])