summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/ac/pixman.ac
blob: f5475081c4df0ecce0594d95699ab3effbbd3c61 (plain)
1
2
3
4
5
6
7
8
9
## libs/pixman/ac/pixman.ac: configure.ac fragment for the TeX Live subdirectory libs/pixman/
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 pixman
KPSE_TRY_LIB([pixman],
             [#include <pixman.h>],
             [const char *s = pixman_version_string();])