build: Check for 128 bit integer support

Used in MuHash3072 implementation.

Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
This commit is contained in:
Fabian Jahr 2020-12-20 22:08:15 +01:00
parent 1811e488d5
commit 589f958662
No known key found for this signature in database
GPG Key ID: F13D1E9D890798CD

View File

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