Regen autoconf

This commit is contained in:
Frank Denis 2023-02-15 19:56:36 +01:00
parent 6318c8c6af
commit b166dbfb2b

6
configure vendored
View File

@ -20919,6 +20919,12 @@ then :
printf "%s\n" "#define HAVE_NANOSLEEP 1" >>confdefs.h printf "%s\n" "#define HAVE_NANOSLEEP 1" >>confdefs.h
fi fi
ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
if test "x$ac_cv_func_clock_gettime" = xyes
then :
printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
fi
if test "x$WASI" = "x" if test "x$WASI" = "x"