From: Carlos Garcia Campos Date: Mon, 16 Nov 2009 16:26:53 +0000 (+0100) Subject: [build] Fail to build when poppler isn't found and --disable-pdf option hasn't been... X-Git-Tag: EVINCE_2_29_2~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=891540f456f415a0f59b73f3edfe04027220619c;p=evince.git [build] Fail to build when poppler isn't found and --disable-pdf option hasn't been provided --- diff --git a/configure.ac b/configure.ac index a846d779..519907ab 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