Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-16 16:26:53 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-16 16:26:53 (GMT)
commit891540f456f415a0f59b73f3edfe04027220619c (patch)
tree0728d08d9376133626e40f3b7330a5e65ca48b65
parent786629e9bcbb8790973cc8ec083bd9d8be704b8f (diff)
[build] Fail to build when poppler isn't found and --disable-pdf option hasn't been provided
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a846d77..519907a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,7 +498,7 @@ if test "x$enable_pdf" = "xyes"; then
AC_DEFINE([HAVE_CAIRO_PS], [1], [defined if cairo-ps is available])
fi
else
- AC_MSG_WARN("PDF support is disabled since poppler-glib library version $POPPLER_REQUIRED or newer not found")
+ AC_MSG_ERROR("PDF support is disabled since poppler-glib library version $POPPLER_REQUIRED or newer not found")
fi
fi