configure: Fix Linux build with LTO

This commit is contained in:
Nikias Bassen
2024-12-03 01:34:41 +01:00
parent 914fbb35f9
commit bb5591d690
+1
View File
@@ -56,6 +56,7 @@ if test x$ac_cv_func_strsep != xyes; then
fi
fi
AC_SEARCH_LIBS([ceil], [m])
AC_CHECK_HEADER(endian.h, [ac_cv_have_endian_h="yes"], [ac_cv_have_endian_h="no"])
if test "x$ac_cv_have_endian_h" = "xno"; then