Provide easier configure options for GMP and readline
[bpt/guile.git] / configure.in
index 6568e52..480263d 100644 (file)
@@ -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])])