diff --git a/configure.ac b/configure.ac index ef2f31e582..e1c78c1a69 100644 --- a/configure.ac +++ b/configure.ac @@ -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