Code

Disable HAVE_POPPLER_CAIRO definition in config.h.
authorjohanengelen <johanengelen@users.sourceforge.net>
Tue, 20 Nov 2007 19:13:26 +0000 (19:13 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Tue, 20 Nov 2007 19:13:26 +0000 (19:13 +0000)
build.xml

index 8a6c22a6a2cf47324b81f87f29d3453b7c6928bb..3b8b7a6a825e979f0b4eadad9fdcd38e4c54747d 100644 (file)
--- a/build.xml
+++ b/build.xml
         
         /* 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