From b166dbfb2b5398e89c2f807f80f022eb025edb1c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 15 Feb 2023 19:56:36 +0100 Subject: [PATCH] Regen autoconf --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 2bdd70c3..7b5b8803 100755 --- a/configure +++ b/configure @@ -20919,6 +20919,12 @@ then : printf "%s\n" "#define HAVE_NANOSLEEP 1" >>confdefs.h 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"