From d0f39ae9a857c43dd953e5b6688d48e3ad0f5f50 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 7 Mar 2020 12:21:25 +0100 Subject: [PATCH] ZLIB is now always required --- sysconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig.h b/sysconfig.h index 1f375f33..0a081d11 100644 --- a/sysconfig.h +++ b/sysconfig.h @@ -72,7 +72,7 @@ #endif #ifndef CAP_ZLIB -#define CAP_ZLIB (MAXMDIM >= 4) +#define CAP_ZLIB 1 #endif #define CAP_FRAMELIMIT (!ISMOBWEB)