From 2dc20d298ea8064cf09bc5acc201a9df4e4cd4f0 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan Date: Thu, 30 Nov 2006 20:58:58 +0000 Subject: Make pdf compilation optional. See bug #38007. 2006-11-30 Yevgen Muntyan * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: (ev_document_factory_add_filters): * configure.ac: * shell/ev-window.c: (build_comments_string): Make pdf compilation optional. See bug #38007. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ed19edc..a299f09 100644 --- a/configure.ac +++ b/configure.ac @@ -198,6 +198,7 @@ if test "x$enable_pdf" = "xyes"; then AC_DEFINE([ENABLE_PDF], [1], [Enable pdf support.]) FRONTEND_LIBS="$FRONTEND_LIBS $POPPLER_LIBS" SHELL_LIBS="$SHELL_LIBS $POPPLER_LIBS" + SHELL_CFLAGS="$SHELL_CFLAGS $POPPLER_CFLAGS" else AC_MSG_WARN("PDF support is disabled since poppler-glib library version $POPPLER_REQUIRED or newer not found") fi -- cgit v0.9.1