blob: f3402389af1a150c27743a785d5e89ea7fe30f49 (
plain)
1
2
3
4
5
6
7
8
9
|
## libs/xpdf/ac/xpdf.ac: configure.ac fragment for the TeX Live subdirectory libs/xpdf/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system xpdf (poppler)
KPSE_TRY_LIBXX([xpdf],
[#include <GfxFont.h>],
[GfxFont *gfxFont; gfxFont->decRefCnt();])
|