Kaydet (Commit) e7768988 authored tarafından Oliver Bolte's avatar Oliver Bolte

#i102679# build fix

üst 0db94dbe
......@@ -41,6 +41,10 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
.INCLUDE: settings.mk
.IF "$(SYSTEM_ZLIB)" == "YES"
CFLAGS+=-DSYSTEM_ZLIB
.ENDIF
.IF "$(ENABLE_PDFIMPORT)" == "NO"
@all:
@echo "PDF Import extension disabled."
......
......@@ -30,7 +30,11 @@
#include "pnghelper.hxx"
#include "zlib/zlib.h"
#ifdef SYSTEM_ZLIB
#include "zlib.h"
#else
#include <zlib/zlib.h>
#endif
using namespace pdfi;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment