summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/ac/graphite2.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite2/ac/graphite2.ac')
-rw-r--r--Build/source/libs/graphite2/ac/graphite2.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/libs/graphite2/ac/graphite2.ac b/Build/source/libs/graphite2/ac/graphite2.ac
deleted file mode 100644
index c48cdc1f5e2..00000000000
--- a/Build/source/libs/graphite2/ac/graphite2.ac
+++ /dev/null
@@ -1,10 +0,0 @@
-## libs/graphite2/ac/graphite2.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite2/
-dnl
-dnl Copyright (C) 2012, 2013 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## basic check of system graphite2
-KPSE_TRY_LIB([graphite2],
- [#include <graphite2/Font.h>],
- [int *nMajor, *nMinor, *nBugFix;
-gr_engine_version(nMajor, nMinor, nBugFix);])