diff options
author | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
commit | 7ed3c4536d7b89647628ba89ffc52a92234e909a (patch) | |
tree | 3722e9312134616e1eaca3b7f2448569f582787d /ext/pdo_sqlite | |
parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/pdo_sqlite')
-rw-r--r-- | ext/pdo_sqlite/config.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index c89f1b0ba5..3f1090756a 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -5,7 +5,9 @@ dnl vim:et:sw=2:ts=2: if test "$PHP_PDO" != "no"; then PHP_ARG_WITH(pdo-sqlite, for sqlite 3 support for PDO, -[ --without-pdo-sqlite[=DIR] PDO: sqlite support. DIR is the sqlite base directory, the bundled sqlite is used by default],yes) +[ --without-pdo-sqlite[=DIR] + PDO: sqlite 3 support. DIR is the sqlite base + install directory [BUNDLED]], yes) if test "$PHP_PDO_SQLITE" != "no"; then |