diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-12 14:00:51 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-12 14:00:51 +0000 |
commit | 7991cab643e93ba549e06207a24036d4cd8d598a (patch) | |
tree | 12881b180f12b5257229f4e1ff812bf115c577d1 /Build/source/texk/web2c/configure.ac | |
parent | 5a7ec7469197a8e6545f9c494fedaa7da4a77ee3 (diff) |
luatex: Better way to handle poppler 0.25.x
git-svn-id: svn://tug.org/texlive/trunk@32391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 12f73ae9194..0464fc66479 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -293,20 +293,6 @@ KPSE_ADD_FLAGS([kpathsea]) AC_CHECK_SIZEOF([off_t], , AC_INCLUDES_DEFAULT [#include <kpathsea/config.h>]) -# Check poppler features -KPSE_ADD_FLAGS([poppler]) -AC_LANG_PUSH([C++]) -AC_CACHE_CHECK([if getStructTreeRoot() returns an Object], - [kpse_cv_getStructTreeRoot_returns_Object], - [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <Catalog.h>]], - [[Catalog *cat; Object *obj = cat->getStructTreeRoot();]])], - [kpse_cv_getStructTreeRoot_returns_Object=yes], - [kpse_cv_getStructTreeRoot_returns_Object=no])]) -AS_IF([test "x$kpse_cv_getStructTreeRoot_returns_Object" = xyes], - [AC_DEFINE([GETSTRUCTTREEROOT_RETURNS_OBJECT], 1, - [Define to 1 if Catalog::getStructTree_Root() returns an Object.])]) -AC_LANG_POP([C++]) - KPSE_RESTORE_FLAGS dnl Write output here, instead of putting a zillion -D's on the command line. |