Browse Source

Make clear this is PDO support

PHP-5.1
Marcus Boerger 22 years ago
parent
commit
44a9c3188e
  1. 2
      ext/pdo_mysql/config.m4

2
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

Loading…
Cancel
Save