beta-0.89.2
[luatex.git] / source / libs / cairo / ac / cairo.ac
blob0b7eadee8ebf4ba89e16b7a5b49526bb0c1d3607
1 ## libs/cairo/ac/cairo.ac: configure.ac fragment for the TeX Live subdirectory libs/cairo/
2 dnl
3 dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
4 dnl You may freely use, modify and/or distribute this file.
5 dnl
6 ## basic check of system cairo
7 KPSE_TRY_LIB([cairo],
8              [#include <cairo.h>],
9              [const char *s = cairo_version_string();])