summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/ac/graphite.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite/ac/graphite.ac')
-rw-r--r--Build/source/libs/graphite/ac/graphite.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/libs/graphite/ac/graphite.ac b/Build/source/libs/graphite/ac/graphite.ac
deleted file mode 100644
index dee329cbb7d..00000000000
--- a/Build/source/libs/graphite/ac/graphite.ac
+++ /dev/null
@@ -1,10 +0,0 @@
-## 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();])