diff options
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. |