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:
Homu
2018-04-14 18:35:11 -07:00
6 changed files with 35 additions and 3 deletions

View File

@@ -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(