Auto merge of #3169 - ebfull:sapling-global-params, r=str4d
Import sapling global parameters This will also test the API a bit by invoking the Pedersen hashes. Part of #3053.
This commit is contained in:
@@ -728,7 +728,7 @@ AC_CHECK_LIB([gmp],[[__gmpn_sub_n]],GMP_LIBS=-lgmp, [AC_MSG_ERROR(libgmp missing
|
||||
AC_CHECK_HEADER([gmpxx.h],,AC_MSG_ERROR(libgmpxx headers missing))
|
||||
AC_CHECK_LIB([gmpxx],[main],GMPXX_LIBS=-lgmpxx, [AC_MSG_ERROR(libgmpxx missing)])
|
||||
|
||||
RUST_LIBS="-lrustzcash"
|
||||
RUST_LIBS="-lrustzcash -ldl"
|
||||
|
||||
dnl Check for OpenMP support
|
||||
AX_OPENMP(
|
||||
|
||||
Reference in New Issue
Block a user