mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
- lzma disabled by default.
(cherry picked from commit 56b7d38a2879ce847dba7e08dc03186a231e20c0)
This commit is contained in:
parent
4a2fd2d964
commit
0787b95634
1
NEWS
1
NEWS
@ -34,6 +34,7 @@ Other changes:
|
|||||||
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
||||||
attribute names from attribute values.
|
attribute names from attribute values.
|
||||||
* enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.
|
* enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.
|
||||||
|
* lzma disabled by default. It's rarely used and doesn't build with new xz.
|
||||||
|
|
||||||
Bugs that should be removed from NEWS before the 0.12.0 release:
|
Bugs that should be removed from NEWS before the 0.12.0 release:
|
||||||
|
|
||||||
|
@ -462,8 +462,12 @@ if test "x{with_gc}" != xno; then
|
|||||||
[ --with-gc enable Boehm's garbage collector])
|
[ --with-gc enable Boehm's garbage collector])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EL_CONFIG_OPTIONAL_LIBRARY(CONFIG_LZMA, lzma, lzma.h, lzma, lzma_code,
|
# LZMA disabled by default, because of little usability and compilation problems
|
||||||
[ --without-lzma disable lzma encoding support])
|
# with new xz
|
||||||
|
AC_ARG_WITH(lzma, [ --with-lzma enable lzma encoding support],
|
||||||
|
[ if test "x$withval" != xno; then
|
||||||
|
EL_CONFIG_OPTIONAL_LIBRARY(CONFIG_LZMA, lzma, lzma.h, lzma, lzma_code, [])
|
||||||
|
fi ])
|
||||||
|
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Check for GSSAPI, optional even if installed.
|
# Check for GSSAPI, optional even if installed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user