[gnome-commander] Removed unnecessary poppler checks in configure.ac
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Removed unnecessary poppler checks in configure.ac
- Date: Wed, 19 Mar 2014 17:10:12 +0000 (UTC)
commit 076eeba1b51826e81d39005bb7338d300db42188
Author: Uwe Scholz <uwescholz src gnome org>
Date: Wed Mar 19 18:01:50 2014 +0100
Removed unnecessary poppler checks in configure.ac
configure.ac | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 798d648..1547d75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,12 +261,6 @@ AC_ARG_WITH(poppler-glib, [ --without-poppler disable PDF support])
have_pdf=no
if test x$with_poppler != xno; then
PKG_CHECK_MODULES(POPPLER, poppler-glib >= $POPPLER_REQ, have_pdf=yes, have_pdf=no)
- if pkg-config --atleast-version=0.19.0 poppler-glib; then
- AC_DEFINE(POPPLER_HAS_SET_ERROR_CALLBACK, 1, [Define to 1 if poppler-glib has support for
setErrorCallback()])
- fi
- if pkg-config --atleast-version=0.23.0 poppler-glib; then
- AC_DEFINE(POPPLER_HAS_GOFFSET, 1, [Define to 1 if poppler-glib has Goffset])
- fi
fi
if test "x$have_pdf" = "xyes"; then
AC_DEFINE(HAVE_PDF, 1, [Define to 1 if you have PDF support])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]