You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- check_math_library: move __fpu_control check before --with-libm/--with-libc
to match configure.ac order (AC_CHECK_FUNC at line 6134, before AC_SUBST LIBM)
- detect_libmpdec: have_ipa_pure_const_bug and have_glibc_memmove_bug CFLAGS
appends were inside the bundled-only block; configure.ac applies them
unconditionally regardless of with_system_libmpdec
- check_wchar: use autodefine=False for check_header("wchar.h") to avoid
double-defining HAVE_WCHAR_H (autodefine would define it with a generic
description, then the explicit define overwrote it)
Assisted-by: Claude
0 commit comments