From e374da9ce872017f2ae89c42d80e1f5bdaea152a Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 22 Feb 2009 16:42:59 +0100 Subject: [PATCH] CONFIG_LZMA disabled in features.conf. (cherry picked from commit 851d35aa1d5901aaa7be6bbb5a1e8cf904b16aa0) --- features.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.conf b/features.conf index 306f3794..b5f304ab 100644 --- a/features.conf +++ b/features.conf @@ -214,9 +214,9 @@ CONFIG_BZIP2=yes # newer LZMA file format. This version of ELinks does not support # LZMA SDK from 7-Zip. # -# Default: enabled if the library is installed +# Default: disabled -CONFIG_LZMA=yes +CONFIG_LZMA=no ### IPv6 Protocol Support