simplified message send a bit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-10 23:11:25 +09:00
parent d0019e52cb
commit b5c24eb440
4 changed files with 10 additions and 19 deletions

2
configure vendored
View File

@ -18053,7 +18053,7 @@ if test "x$ac_cv_lib_quadmath_quadmath_snprintf" = xyes
then :
QUADMATH_LIBS="-lquadmath"
LIBM="$LIBM -lquadmath"
LIBM="-lquadmath $LIBM"
hcl_lib_quadmath_required="yes"
printf "%s\n" "#define HAVE_QUADMATH_SNPRINTF 1" >>confdefs.h