From 44a9c3188e18b203d052a5dd15f8153844aeb41f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 15 Aug 2004 19:17:58 +0000 Subject: [PATCH] Make clear this is PDO support --- ext/pdo_mysql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 3a60023fdd0..3b938695992 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