summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-10 11:10:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-10 11:10:01 +0000
commit3d00405e3b37f813f2329180c17a774d30496a4f (patch)
treeba46e6bad3acc138a38ed4c7b98beeb9e5a8e61a /Build/source/texk/web2c/configure
parent7ffdf5599eae07cc04036216200e61e4381e81f0 (diff)
web2c & luatex: Adapt for poppler 0.19.4
git-svn-id: svn://tug.org/texlive/trunk@26285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure66
1 files changed, 0 insertions, 66 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 0bcfb54f9f8..741be30eccc 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -22711,72 +22711,6 @@ if test "x$kpse_cv_have_Annot_decRefCnt" = xyes; then :
$as_echo "#define HAVE_ANNOTDECREFCNT 1" >>confdefs.h
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for class AnnotBorderStyle" >&5
-$as_echo_n "checking for class AnnotBorderStyle... " >&6; }
-if ${kpse_cv_have_AnnotBorderStyle+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <goo/GooString.h>
-#include <Object.h>
-#include <Array.h>
-#include <Annot.h>
-int
-main ()
-{
-AnnotBorderStyle *an;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- kpse_cv_have_AnnotBorderStyle=yes
-else
- kpse_cv_have_AnnotBorderStyle=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_AnnotBorderStyle" >&5
-$as_echo "$kpse_cv_have_AnnotBorderStyle" >&6; }
-if test "x$kpse_cv_have_AnnotBorderStyle" = xyes; then :
-
-$as_echo "#define HAVE_ANNOTBORDERSTYLE 1" >>confdefs.h
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for class EmbFile in Catalog.h" >&5
-$as_echo_n "checking for class EmbFile in Catalog.h... " >&6; }
-if ${kpse_cv_have_EmbFile_in_Catalog_h+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <goo/GooString.h>
-#include <Object.h>
-#include <Array.h>
-#include <Catalog.h>
-int
-main ()
-{
-EmbFile *ef;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- kpse_cv_have_EmbFile_in_Catalog_h=yes
-else
- kpse_cv_have_EmbFile_in_Catalog_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_EmbFile_in_Catalog_h" >&5
-$as_echo "$kpse_cv_have_EmbFile_in_Catalog_h" >&6; }
-if test "x$kpse_cv_have_EmbFile_in_Catalog_h" = xyes; then :
-
-$as_echo "#define EMBFILE_IN_CATALOG_H 1" >>confdefs.h
-
-fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'