From ee37f085119db53f4108c3d5c398b2104bb3cdf2 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Tue, 02 Feb 2010 16:54:32 +0000 Subject: [shell] Do not link to poppler directly Fixes bgo#608832. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 35e34e9..f95532a 100644 --- a/configure.ac +++ b/configure.ac @@ -490,10 +490,6 @@ if test "x$enable_pdf" = "xyes"; then PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED,enable_pdf=yes,enable_pdf=no) if test "x$enable_pdf" = "xyes"; then - AC_DEFINE([ENABLE_PDF], [1], [Enable pdf support.]) - SHELL_LIBS="$SHELL_LIBS $POPPLER_LIBS" - SHELL_CFLAGS="$SHELL_CFLAGS $POPPLER_CFLAGS" - evince_save_LIBS=$LIBS LIBS="$LIBS $POPPLER_LIBS" AC_CHECK_FUNCS(poppler_page_render) -- cgit v0.9.1