]> granicus.if.org Git - php/commitdiff
- document the --with-pdo-sqlite[=dir]
authorPierre Joye <pajoye@php.net>
Wed, 3 May 2006 11:12:54 +0000 (11:12 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 3 May 2006 11:12:54 +0000 (11:12 +0000)
ext/pdo_sqlite/config.m4

index 371b32798c0251647205fa7bb58ef70d113daf0c..cacd0de083ad13e05dc5a78161c73f1cc1b9c1c4 100644 (file)
@@ -7,6 +7,9 @@ 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])
+
 if test "$PHP_PDO_SQLITE" != "no"; then
 
   ifdef([PHP_CHECK_PDO_INCLUDES],