beta-0.89.2
[luatex.git] / source / libs / zlib / ac / zlib.ac
blob3e9b15ded165eb187cf06e3d8c85654295c4daf7
1 ## libs/zlib/ac/zlib.ac: configure.ac fragment for the TeX Live subdirectory libs/zlib/
2 dnl
3 dnl Copyright (C) 2009-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 zlib
7 KPSE_TRY_LIB([zlib],
8              [#include <zlib.h>],
9              [z_stream stream;
10 const char *version = zlibVersion();
11 deflate(&stream, 0);])