summaryrefslogtreecommitdiff
path: root/win32/Makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.mingw')
-rw-r--r--win32/Makefile.mingw6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index f579923a..3d4cb888 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -57,12 +57,6 @@ endif
ifeq ($(WITH_THREADS),posix)
CFLAGS += -DHAVE_PTHREAD_H
endif
-ifeq ($(WITH_ZLIB),1)
-CFLAGS += -DHAVE_ZLIB_H
-endif
-ifeq ($(WITH_LZMA),1)
-CFLAGS += -DHAVE_LZMA_H
-endif
# The linker and its options.
LD = gcc.exe