diff options
author | Pierre Joye <pajoye@php.net> | 2006-05-03 11:12:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-05-03 11:12:54 +0000 |
commit | dbf2a5c65c8f007d9875e52850d044dfc8015bc3 (patch) | |
tree | e3d4c65111351d5ee555c18c184e4c37dda046f0 | |
parent | ed33d232e0b3e84517439f989f3c7d4ff0d087af (diff) | |
download | php-git-dbf2a5c65c8f007d9875e52850d044dfc8015bc3.tar.gz |
- document the --with-pdo-sqlite[=dir]
-rw-r--r-- | ext/pdo_sqlite/config.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index 371b32798c..cacd0de083 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -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], |