We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f52abcd + f231799 commit 5ce6e0eCopy full SHA for 5ce6e0e
Makefile
@@ -1704,16 +1704,16 @@ IMAP_SEND_LDFLAGS += $(OPENSSL_LINK) $(OPENSSL_LIBSSL) $(LIB_4_CRYPTO)
1704
1705
ifdef ZLIB_NG
1706
BASIC_CFLAGS += -DHAVE_ZLIB_NG
1707
- ifdef ZLIB_NG_PATH
+ ifdef ZLIB_NG_PATH
1708
BASIC_CFLAGS += -I$(ZLIB_NG_PATH)/include
1709
EXTLIBS += $(call libpath_template,$(ZLIB_NG_PATH)/$(lib))
1710
- endif
+ endif
1711
EXTLIBS += -lz-ng
1712
else
1713
- ifdef ZLIB_PATH
+ ifdef ZLIB_PATH
1714
BASIC_CFLAGS += -I$(ZLIB_PATH)/include
1715
EXTLIBS += $(call libpath_template,$(ZLIB_PATH)/$(lib))
1716
1717
EXTLIBS += -lz
1718
endif
1719
0 commit comments