sync with luatex experimental. WARNING: new format ! Version update to 0.79.2 .
[luatex.git] / source / libs / gmp / ac / gmp.ac
blob69fce384df3c79693aab4a2ee7c99aeb56d9293d
1 ## libs/gmp/ac/gmp.ac: configure.ac fragment for the TeX Live subdirectory libs/gmp/
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 gmp
7 KPSE_TRY_LIB([gmp],
8              [#include <gmp.h>],
9              [const char *s = gmp_version;])