X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/f856c2b6d77633366f154cb38cd4edb384b4892d..39b94fee4304d56babf5bd62e10c5786a79f4389:/configure.in diff --git a/configure.in b/configure.in index 6568e524f..480263d66 100644 --- a/configure.in +++ b/configure.in @@ -827,6 +827,7 @@ fi dnl GMP tests +AC_LIB_LINKFLAGS(gmp) AC_CHECK_LIB([gmp], [__gmpz_init], , [AC_MSG_ERROR([GNU MP not found, see README])])