beta-0.89.2
[luatex.git] / source / libs / mpfr / ac / mpfr.ac
blobb04205f7af3add228a99de35a7c26928c56e280a
1 ## libs/mpfr/ac/mpfr.ac: configure.ac fragment for the TeX Live subdirectory libs/mpfr/
2 dnl
3 dnl Copyright (C) 2014 Taco Hoekwater <taco@metatex.org>
4 dnl You may freely use, modify and/or distribute this file.
5 dnl
6 ## basic check of system mpfr
7 KPSE_TRY_LIB([mpfr],
8              [#include <mpfr.h>],
9              [const char *s = mpfr_get_version();])