summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-15 19:17:58 +0000
committerMarcus Boerger <helly@php.net>2004-08-15 19:17:58 +0000
commit44a9c3188e18b203d052a5dd15f8153844aeb41f (patch)
treedd53b34efe8125e641b94dd1e43e94ff0486e235 /ext
parentd16571328f03cae9703ab7e2ed8c0d6e3d98f87c (diff)
downloadphp-git-44a9c3188e18b203d052a5dd15f8153844aeb41f.tar.gz
Make clear this is PDO support
Diffstat (limited to 'ext')
-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 3a60023fdd..3b93869599 100755
--- a/ext/pdo_mysql/config.m4
+++ b/ext/pdo_mysql/config.m4
@@ -12,7 +12,7 @@ AC_DEFUN(MYSQL_LIB_CHK, [
done
])
-PHP_ARG_WITH(pdo-mysql, for MySQL support,
+PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO,
[ --with-pdo-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.])
if test "$PHP_PDO_MYSQL" != "no"; then