summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
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
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')
-rwxr-xr-xBuild/source/texk/web2c/configure53
1 files changed, 0 insertions, 53 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index c437e42f3c2..c2bd3d449fa 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -24457,59 +24457,6 @@ else
KPATHSEA_PATHS_H='${top_builddir}/..'
fi
-
-# Check of poppler 0.25 or better
-case $with_system_poppler in #(
- yes) :
- eval CPPFLAGS=\"$POPPLER_INCLUDES \$CPPFLAGS\"
-eval LIBS=\"$POPPLER_LIBS \$LIBS\"
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-ac_link="./libtool --mode=link --tag=CXX $ac_link"
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for StructTreeRoot.h (poppler 0.25 or better)" >&5
-$as_echo_n "checking for StructTreeRoot.h (poppler 0.25 or better)... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <stdio.h>
-#include <StructTreeRoot.h>
-int
-main ()
-{
-PDFDoc *doc;
- Dict *dict;
- StructTreeRoot root(doc, dict);
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- kpse_cv_have_StructTreeRoot_h=yes
-else
- kpse_cv_have_StructTreeRoot_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_StructTreeRoot_h" >&5
-$as_echo "$kpse_cv_have_StructTreeRoot_h" >&6; }
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-ac_link="./libtool --mode=link --tag=CC $ac_link"
- ;; #(
- *) :
- kpse_cv_have_StructTreeRoot_h=yes ;;
-esac
-if test "x$kpse_cv_have_StructTreeRoot_h" = xyes; then
-
-$as_echo "#define HAVE_STRUCTTREEROOT_H 1" >>confdefs.h
-
-fi
CPPFLAGS=$kpse_save_CPPFLAGS
LIBS=$kpse_save_LIBS