diff options
author | Hannes Magnusson <bjori@php.net> | 2006-09-09 21:14:05 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-09-09 21:14:05 +0000 |
commit | 413de3f4a5326ec25fcbc7af7053a63b88afcf06 (patch) | |
tree | 2cc068546d715f96f1d681f6c89c3e488e051a81 | |
parent | ef4ff6fe9e72006cf0926855e3f0f26a288ab282 (diff) | |
download | php-git-413de3f4a5326ec25fcbc7af7053a63b88afcf06.tar.gz |
Removed duplicated entry
-rw-r--r-- | ext/pdo_sqlite/config.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index 4907e8c947..2f1d35af7e 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -4,11 +4,8 @@ dnl vim:et:sw=2:ts=2: if test "$PHP_PDO" != "no"; then -PHP_ARG_WITH(pdo-sqlite, for sqlite 3 driver for PDO, -[ --without-pdo-sqlite PDO: sqlite 3 support],yes) - PHP_ARG_WITH(pdo-sqlite, for sqlite 3 support for PDO, -[ --with-pdo-sqlite[=DIR] PDO: sqlite support. DIR is the sqlite base directory, the bundled sqlite is used by default]) +[ --without-pdo-sqlite[=DIR] PDO: sqlite support. DIR is the sqlite base directory, the bundled sqlite is used by default],yes) if test "$PHP_PDO_SQLITE" != "no"; then |