From 851d35aa1d5901aaa7be6bbb5a1e8cf904b16aa0 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. --- features.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.conf b/features.conf index 8eec44b4..80c7c971 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