diff options
| author | Marcus Boerger <helly@php.net> | 2004-08-15 19:17:58 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-08-15 19:17:58 +0000 |
| commit | 44a9c3188e18b203d052a5dd15f8153844aeb41f (patch) | |
| tree | dd53b34efe8125e641b94dd1e43e94ff0486e235 /ext | |
| parent | d16571328f03cae9703ab7e2ed8c0d6e3d98f87c (diff) | |
| download | php-git-44a9c3188e18b203d052a5dd15f8153844aeb41f.tar.gz | |
Make clear this is PDO support
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/pdo_mysql/config.m4 | 2 |
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 |
