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