summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-15 15:56:33 +0000
committerMarcus Boerger <helly@php.net>2004-08-15 15:56:33 +0000
commitd16571328f03cae9703ab7e2ed8c0d6e3d98f87c (patch)
tree82b73c8171e95d2f697d52d46fc8cdf1b451c2f5 /ext/pdo_mysql/config.m4
parentce8331f9a5cb2bce74ad2fa03f5589983a8acb8c (diff)
downloadphp-git-d16571328f03cae9703ab7e2ed8c0d6e3d98f87c.tar.gz
Fix extension name
Diffstat (limited to 'ext/pdo_mysql/config.m4')
-rwxr-xr-xext/pdo_mysql/config.m42
1 files changed, 1 insertions, 1 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])