summaryrefslogtreecommitdiff
path: root/Build/source/libs/cairo/ac/cairo.ac
blob: 0b7eadee8ebf4ba89e16b7a5b49526bb0c1d3607 (plain)
1
2
3
4
5
6
7
8
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();])