X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=6fdea34022d76e1afa7946fbd3e68fbb5fdf4753;hp=ea2c03707ddc1029cdc7a36dae26c8ebe43e4f64;hb=4b1a1c2123626b50bd1a5382867986260440e9e7;hpb=d4ef7ea0e79ee0d2b7063893f7af5ece886d838b diff --git a/configure.in b/configure.in index ea2c0370..6fdea340 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/tincd.c) -AM_INIT_AUTOMAKE(tinc, 1.0pre1) +AM_INIT_AUTOMAKE(tinc, 1.0pre2) AM_CONFIG_HEADER(config.h) dnl Include the macros from the m4/ directory @@ -50,6 +50,9 @@ libgmp=none AC_CHECK_LIB(gmp2, mpz_powm, [ libgmp=gmp2 ]) +AC_CHECK_LIB(gmp3, mpz_powm, [ + libgmp=gmp3 +]) AC_CHECK_LIB(gmp, mpz_powm, [ libgmp=gmp ])