summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-07-03 17:24:39 +0000
committerfoobar <sniper@php.net>2007-07-03 17:24:39 +0000
commitf0f44a3652032c8acfddf6973b426081e782dba5 (patch)
treee5214b9465ab122f031b735ba918754c7be64394 /ext/sqlite
parente9d2c517f87f23905340ff756d6fe118876e9590 (diff)
downloadphp-git-f0f44a3652032c8acfddf6973b426081e782dba5.tar.gz
- Fix some configure --help texts
Diffstat (limited to 'ext/sqlite')
-rw-r--r--ext/sqlite/config.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4
index 189a4522d4..e935e7419c 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 disable UTF-8 support in libsqlite (charset changes to ISO-8859-1),
[ --disable-sqlite-utf8 SQLite: Disable UTF-8 support for SQLite (use ISO8859)], yes, no)