beta-0.89.2
[luatex.git] / source / libs / libpng / ac / libpng.ac
blob009b8cf1513906831b4a551b254e0d8121b20ca6
1 ## libs/libpng/ac/libpng.ac: configure.ac fragment for the TeX Live subdirectory libs/libpng/
2 dnl
3 dnl Copyright (C) 2009 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 libpng
7 KPSE_TRY_LIB([libpng],
8              [#include <png.h>],
9              [png_structp png; png_voidp io; png_rw_ptr fn;
10 png_set_read_fn(png, io, fn);])