clearsilver: make the zlib support default static to avoid menuconfig recursive depen...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 01:50:51 +0000 (01:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 01:50:51 +0000 (01:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32189 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/clearsilver/Config.in

index 9289591..2d25b8e 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"