summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-29 12:28:33 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-29 12:28:33 +0000
commitea0dec5be3e50130c8561c79dcdbbcccf2f6da4b (patch)
treecb214eaf4db8fa43309078185b028acb9308eefe /Build/source/texk/web2c/configure.ac
parent96696348ebb22f703d45f359cb000e006fdd39e4 (diff)
texk/web2c (luaTeX): Drop workaround for poppler < 0.25
git-svn-id: svn://tug.org/texlive/trunk@38236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index d26347741f9..cc52b7cc7ff 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -283,27 +283,6 @@ else
KPATHSEA_PATHS_H='${top_builddir}/..'
fi
AC_SUBST([KPATHSEA_PATHS_H])
-
-# Check of poppler 0.25 or better
-AS_CASE([$with_system_poppler],
- [yes], [dnl
-KPSE_ADD_FLAGS([poppler])
-AC_LANG_PUSH([C++])
-AC_MSG_CHECKING([for StructTreeRoot.h (poppler 0.25 or better)])
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
-#include <StructTreeRoot.h>]],
- [[PDFDoc *doc;
- Dict *dict;
- StructTreeRoot root(doc, dict);]])],
- [kpse_cv_have_StructTreeRoot_h=yes],
- [kpse_cv_have_StructTreeRoot_h=no])
-AC_MSG_RESULT([$kpse_cv_have_StructTreeRoot_h])
-AC_LANG_POP([C++])],
- [kpse_cv_have_StructTreeRoot_h=yes])
-if test "x$kpse_cv_have_StructTreeRoot_h" = xyes; then
- AC_DEFINE([HAVE_STRUCTTREEROOT_H], 1,
- [Define to 1 if you have the <StructTreeRoot.h> header file.])
-fi
KPSE_RESTORE_FLAGS
dnl Write output here, instead of putting a zillion -D's on the command line.