summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/ac/xpdf.ac
blob: 549f3c2768f8bcfc972c5f0eea8399786aa939e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id$
## libs/xpdf/ac/xpdf.ac: configure.ac fragment for the TeX Live subdirectory libs/xpdf/
dnl
dnl Copyright 2015-2020 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system xpdf (a.k.a. poppler, no longer supported in
## TL sources)
KPSE_TRY_LIBXX([xpdf],
               [#include <GfxFont.h>],
               [GfxFont *gfxFont; gfxFont->decRefCnt();])