From 04640b554cdb5c31110decfb241cb12fe8747272 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Tue, 20 Nov 2007 19:13:26 +0000 Subject: [PATCH] Disable HAVE_POPPLER_CAIRO definition in config.h. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 8a6c22a6a..3b8b7a6a8 100644 --- a/build.xml +++ b/build.xml @@ -156,7 +156,7 @@ /* use poppler for pdf import? */ #define HAVE_POPPLER 1 - #define HAVE_POPPLER_CAIRO 1 + //#define HAVE_POPPLER_CAIRO 1 /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1 -- 2.30.2