From: Paul F. <pa...@so...> - 2025-01-25 18:56:39
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=961743a71c102aa1e9d2648844b596f9e084d439 commit 961743a71c102aa1e9d2648844b596f9e084d439 Author: Paul Floyd <pj...@wa...> Date: Sat Jan 25 19:55:49 2025 +0100 regtest: get the configure.ac check for timer_delete correct Diff: --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a95597aae..9dec9f3b00 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 |