]> granicus.if.org Git - php/commitdiff
Removed duplicated entry
authorHannes Magnusson <bjori@php.net>
Sat, 9 Sep 2006 21:14:05 +0000 (21:14 +0000)
committerHannes Magnusson <bjori@php.net>
Sat, 9 Sep 2006 21:14:05 +0000 (21:14 +0000)
ext/pdo_sqlite/config.m4

index 4907e8c947d7f55ea10a95ff3306d69ed6377c93..2f1d35af7e708f181b31adb2e88dad0bdc360f2f 100644 (file)
@@ -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