blob: f0b0ef93fd51d4a90459c550c60ee520aab11615 (
plain)
1
2
3
4
5
6
7
8
9
|
## 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();])
|