clearsilver: make the zlib support default static to avoid menuconfig recursive depen...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 01:50:51 +0000 (01:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 01:50:51 +0000 (01:50 +0000)
SVN-Revision: 32189

libs/clearsilver/Config.in

index 9289591635a29c57f14421aa314d49baf90e3c04..2d25b8e0da696dbc456c11afc1e63c60f31c8018 100644 (file)
@@ -1,6 +1,6 @@
 config CLEARSILVER_ENABLE_COMPRESSION
        bool "HTML compression support"
-       default y if PACKAGE_zlib
+       default y
 
 config CLEARSILVER_ENABLE_REMOTE_DEBUGGER
        bool "Remote X CGI debugging"