From 961743a71c102aa1e9d2648844b596f9e084d439 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 25 Jan 2025 19:55:49 +0100 Subject: [PATCH] regtest: get the configure.ac check for timer_delete correct --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a95597aa..9dec9f3b0 100755 --- a/configure.ac +++ b/configure.ac @@ -4956,7 +4956,8 @@ AC_CHECK_FUNCS([ \ sem_clockwait_np \ fdatasync \ getrandom \ - getrlimitusage + getrlimitusage \ + timer_delete ]) # AC_CHECK_LIB adds any library found to the variable LIBS, and links these -- 2.47.2