diff options
author | Edin Kadribasic <edink@php.net> | 2004-05-19 13:28:05 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2004-05-19 13:28:05 +0000 |
commit | 7a214b66aefc4c3895bc4ef3ef7f2b3b237c77d3 (patch) | |
tree | 8e8128f2e1485c8ff3ee3ecbd973ef7c2bf25213 /ext/pdo/config.m4 | |
parent | 741e31bdf3fab4ead8132fccab5cdd32c8f1fef9 (diff) | |
download | php-git-7a214b66aefc4c3895bc4ef3ef7f2b3b237c77d3.tar.gz |
Cosmetics
Diffstat (limited to 'ext/pdo/config.m4')
-rwxr-xr-x | ext/pdo/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 1f62139bd6..60e6039550 100755 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension pdo PHP_ARG_ENABLE(pdo, whether to enable PDO support, -[ --enable-pdo Enable PHP Data Objects support]) +[ --enable-pdo Enable PHP Data Objects support]) if test "$PHP_PDO" != "no"; then PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c, $ext_shared) |