build: Check for 128 bit integer support

Used in MuHash3072 implementation.

Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
pull/826/head
Fabian Jahr 4 years ago
parent 1811e488d5
commit 589f958662
No known key found for this signature in database
GPG Key ID: F13D1E9D890798CD

@ -753,6 +753,9 @@ if test x$use_lcov_branch != xno; then
AC_SUBST(LCOV_OPTS, "$LCOV_OPTS --rc lcov_branch_coverage=1")
fi
dnl Check for __int128
AC_CHECK_TYPES([__int128])
dnl Check for endianness
AC_C_BIGENDIAN

Loading…
Cancel
Save