From: Paul Floyd Date: Sat, 25 Jan 2025 18:55:49 +0000 (+0100) Subject: regtest: get the configure.ac check for timer_delete correct X-Git-Tag: VALGRIND_3_25_0~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961743a71c102aa1e9d2648844b596f9e084d439;p=thirdparty%2Fvalgrind.git regtest: get the configure.ac check for timer_delete correct --- 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