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/sqlite | |
| parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
| download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz | |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/sqlite')
| -rw-r--r-- | ext/sqlite/config.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 8a1f555007..399743514b 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -3,10 +3,8 @@ dnl config.m4 for extension sqlite dnl vim:et:ts=2:sw=2 PHP_ARG_WITH(sqlite, for sqlite support, -[ --without-sqlite Do not include sqlite support. - Use --with-sqlite=DIR to specify DIR where - Sqlite include and library files are located, - if not using bundled library.], yes) +[ --without-sqlite Do not include sqlite support. DIR is the sqlite base + install directory [BUNDLED]], yes) PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default: ISO-8859-1), [ --enable-sqlite-utf8 SQLite: Enable UTF-8 support for SQLite], no, no) |
