diff options
author | Jani Taskinen <jani@php.net> | 2008-07-26 23:38:14 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-07-26 23:38:14 +0000 |
commit | 9acc87feff8658589824fbbf91a535fd7f2feed0 (patch) | |
tree | a92ac3ba5a7763e3e2a1f07e346476df5b4efa85 | |
parent | 0bc957758865a665d0cba9367c1d8752039850ab (diff) | |
download | php-git-9acc87feff8658589824fbbf91a535fd7f2feed0.tar.gz |
- Removed merge typos
-rwxr-xr-x | ext/pdo_mysql/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index c491c45d6b..931cddc0cb 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -1,6 +1,6 @@ dnl $Id$ -+ dnl config.m4 for extension pdo_mysql -+ dnl vim: se ts=2 sw=2 et: +dnl config.m4 for extension pdo_mysql +dnl vim: se ts=2 sw=2 et: PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO, [ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directoy |