diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-23 13:32:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-23 13:32:28 +0000 |
commit | 0af56a69384564cd03264928f7c602319a12128d (patch) | |
tree | 00462d1427e11067c71016f234a324ea124cbc6d /Build/source/texk/web2c/configure.ac | |
parent | b0bee8af3780b8627f7225040c8020f84516a6f1 (diff) |
require poppler 0.18 or better
git-svn-id: svn://tug.org/texlive/trunk@28338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index c9e62a8c2b5..7e900972dde 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -278,22 +278,6 @@ KPSE_ADD_FLAGS([kpathsea]) AC_CHECK_SIZEOF([off_t], , AC_INCLUDES_DEFAULT [#include <kpathsea/config.h>]) -# Checks for xpdf poppler features. -KPSE_ADD_FLAGS([poppler]) -AC_LANG_PUSH([C++]) -AC_CACHE_CHECK([for Annot::decRefCnt], - [kpse_cv_have_Annot_decRefCnt], - [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <goo/GooString.h> -#include <Object.h> -#include <Array.h> -#include <Annot.h>]], - [[Annot *an; an->decRefCnt();]])], - [kpse_cv_have_Annot_decRefCnt=yes], - [kpse_cv_have_Annot_decRefCnt=no])]) -AS_IF([test "x$kpse_cv_have_Annot_decRefCnt" = xyes], - [AC_DEFINE([HAVE_ANNOTDECREFCNT], 1, - [Define to 1 if class `Annot' has the `decRefCnt' member.])]) -AC_LANG_POP([C++]) KPSE_RESTORE_FLAGS dnl Write output here, instead of putting a zillion -D's on the command line. |