summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/ac/graphite.ac
blob: dee329cbb7dadd5b993fffe358b2300cffb7ed2e (plain)
1
2
3
4
5
6
7
8
9
10
## libs/graphite/ac/graphite.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite/
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 graphite
KPSE_TRY_LIBXX([graphite],
               [#include <graphite/GrClient.h>
#include <graphite/Font.h>],
               [gr::Font *font; font->getDPIx();])