mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Bug 822: Show --disable-utf-8 in configure --help.
Because features.conf now contains CONFIG_UTF8=yes, configure --enable-utf-8 is not useful, and it is better to document configure --disable-utf-8. Reported by witekfl.
This commit is contained in:
parent
02ffed2fff
commit
61341d9237
@ -1334,7 +1334,7 @@ EL_ARG_ENABLE(CONFIG_SMALL, small, [Small binary],
|
||||
[ --enable-small reduce binary size as far as possible (but see the bottom of doc/small.txt!)])
|
||||
|
||||
EL_ARG_ENABLE(CONFIG_UTF8, utf-8, [UTF-8],
|
||||
[ --enable-utf-8 enable UTF-8 support])
|
||||
[ --disable-utf-8 disable UTF-8 support])
|
||||
|
||||
|
||||
AC_ARG_ENABLE(weehoofooboomookerchoo,
|
||||
|
Loading…
Reference in New Issue
Block a user