aboutsummaryrefslogtreecommitdiff
path: root/lib/fstream/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fstream/Makemodule.am')
-rw-r--r--lib/fstream/Makemodule.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fstream/Makemodule.am b/lib/fstream/Makemodule.am
index bb2493c..ad5f426 100644
--- a/lib/fstream/Makemodule.am
+++ b/lib/fstream/Makemodule.am
@@ -28,10 +28,6 @@ if WITH_GZIP
libfstream_a_SOURCES += lib/fstream/compress/gzip.c
libfstream_a_SOURCES += lib/fstream/uncompress/gzip.c
libfstream_a_CPPFLAGS += -DWITH_GZIP
-
-if WITH_OWN_ZLIB
-libfstream_a_CPPFLAGS += -I$(top_srcdir)/lib/zlib
-endif
endif
if WITH_ZSTD