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