---
ChangeLog | 5 +++++
configure.ac | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5faf2a3..e9c4413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-28 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * configure.ac: Check for libpoppler dependency and configure
+ pdf::load test directory.
+
2011-11-16 Guillaume Lazzara <z(a)lrde.epita.fr>
* configure.ac: Link to libGraphicsMagick++ if GraphicsMagick++ is
diff --git a/configure.ac b/configure.ac
index f430c47..17b0d0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,6 +264,14 @@ OLN_WITH_TESSERACT
OLN_WITH_LIB([TIFF], [tiff.h], [tiff])
+# ----------------- #
+# Poppler library. #
+# ----------------- #
+
+OLN_WITH_LIB_PKG_CONFIG([poppler-cpp], [poppler/cpp/poppler-version.h], [poppler-cpp],
+ [poppler], [POPPLER])
+
+
# --------------------------------- #
# GDCM library (Grassroots DiCom). #
# --------------------------------- #
@@ -475,6 +483,7 @@ AC_CONFIG_FILES([
milena/tests/io/off/Makefile
milena/tests/io/pbm/Makefile
milena/tests/io/pbms/Makefile
+ milena/tests/io/pdf/Makefile
milena/tests/io/pfm/Makefile
milena/tests/io/pgm/Makefile
milena/tests/io/pgms/Makefile
--
1.7.2.5