summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/ac/poppler.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/ac/poppler.ac')
-rw-r--r--Build/source/libs/poppler/ac/poppler.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/libs/poppler/ac/poppler.ac b/Build/source/libs/poppler/ac/poppler.ac
deleted file mode 100644
index f0b0ef93fd5..00000000000
--- a/Build/source/libs/poppler/ac/poppler.ac
+++ /dev/null
@@ -1,9 +0,0 @@
-## libs/poppler/ac/poppler.ac: configure.ac fragment for the TeX Live subdirectory libs/poppler/
-dnl
-dnl Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## basic check of system poppler
-KPSE_TRY_LIBXX([poppler],
- [#include <GfxFont.h>],
- [GfxFont *gfxFont; gfxFont->decRefCnt();])