summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo_mysql/config.m42
-rw-r--r--ext/pdo_mysql/config.w324
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4
index dfe94749b2..3a60023fdd 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -13,7 +13,7 @@ AC_DEFUN(MYSQL_LIB_CHK, [
])
PHP_ARG_WITH(pdo-mysql, for MySQL support,
-[ --with-pdo-smysql[=DIR] Include MySQL support. DIR is the MySQL base directory.])
+[ --with-pdo-mysql[=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])
diff --git a/ext/pdo_mysql/config.w32 b/ext/pdo_mysql/config.w32
index 3af2e63acb..24b2f7cf53 100644
--- a/ext/pdo_mysql/config.w32
+++ b/ext/pdo_mysql/config.w32
@@ -9,7 +9,7 @@ if (PHP_PDO_MYSQL != "no") {
EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c");
ADD_FLAG('CFLAGS_PDO_MYSQL', "/I ..\\pecl");
} else {
- WARNING("pdo-mysql not enabled; libraries and headers not found");
+ WARNING("pdo_mysql not enabled; libraries and headers not found");
}
- ADD_EXTENSION_DEP('pdo-mysql', 'pdo');
+ ADD_EXTENSION_DEP('pdo_mysql', 'pdo');
}