Link with -ldl

This commit is contained in:
Sean Bowe 2018-04-12 19:01:40 -06:00
parent 395bcd3647
commit 341b775b19
1 changed files with 1 additions and 1 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(