Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-02-02 16:54:32 (GMT)
committer Hib Eris <hib@hiberis.nl>2010-02-03 16:17:29 (GMT)
commitee37f085119db53f4108c3d5c398b2104bb3cdf2 (patch)
treebe43104bfb49ad56f7d4a9acf3da7919a66070b4 /configure.ac
parente67a9f0680630f694b31bba5597b58a95c804f53 (diff)
[shell] Do not link to poppler directly
Fixes bgo#608832.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
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)