diff options
| author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
| commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
| tree | 4b378fb473588105450c75e73574b62f62fcffba /ext/sqlite | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'ext/sqlite')
| -rw-r--r-- | ext/sqlite/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index f457f07136..495512257e 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -3,13 +3,13 @@ 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. +[ --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) PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default: ISO-8859-1), -[ --enable-sqlite-utf8 Enable UTF-8 support for SQLite], no, no) +[ --enable-sqlite-utf8 SQLite: Enable UTF-8 support for SQLite], no, no) if test "$PHP_SQLITE" != "no"; then if test "$PHP_PDO" != "no"; then |
