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, 9 insertions, 0 deletions
diff --git a/Build/source/libs/cairo/ac/cairo.ac b/Build/source/libs/cairo/ac/cairo.ac
new file mode 100644
index 00000000000..0b7eadee8eb
--- /dev/null
+++ b/Build/source/libs/cairo/ac/cairo.ac
@@ -0,0 +1,9 @@
+## 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();])