Take out HAVE_COMPRESSION - gets defined by Griffin

This commit is contained in:
twinaphex 2016-07-30 11:40:05 +02:00
parent a8eefa2057
commit a3c7fb5fbf

View File

@ -289,7 +289,7 @@ CFLAGS += -DHAVE_RARCH_EXEC
endif
ifeq ($(HAVE_ZLIB), 1)
CFLAGS += -DHAVE_ZLIB -DWANT_ZLIB -DHAVE_COMPRESSION
CFLAGS += -DHAVE_ZLIB -DWANT_ZLIB
endif
ifeq ($(HAVE_RPNG), 1)