From: Michael Tremer Date: Wed, 23 Oct 2024 10:52:52 +0000 (+0000) Subject: configure: Check for the new mount API X-Git-Tag: 0.9.30~931 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d77ebf2072103e608316f540cd846649f0c57f;p=pakfire.git configure: Check for the new mount API Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index dd0c758cc..5fc639f75 100644 --- a/configure.ac +++ b/configure.ac @@ -239,6 +239,9 @@ AC_CHECK_FUNCS([ \ bpf \ flock \ fnctl \ + fsopen \ + fsconfig \ + fsmount \ getpid \ glob \ nftw \