]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - configure.ac
dhcp-identifier: handle too long duid_len in dhcp_validate_duid_len()
[thirdparty/systemd.git] / configure.ac
index 79340bcca956df1001220758e42d6a7befd9277e..cb14abda05cc9d3f7316f79d6a995f579b95967c 100644 (file)
@@ -296,8 +296,19 @@ LIBS="$save_LIBS"
 AC_SUBST(CAP_LIBS)
 
 AC_CHECK_FUNCS([__secure_getenv secure_getenv])
-AC_CHECK_DECLS([memfd_create, gettid, pivot_root, name_to_handle_at, setns, getrandom, renameat2, kcmp, keyctl, LO_FLAGS_PARTSCAN],
-               [], [], [[
+AC_CHECK_DECLS([
+        memfd_create,
+        gettid,
+        pivot_root,
+        name_to_handle_at,
+        setns,
+        getrandom,
+        renameat2,
+        kcmp,
+        keyctl,
+        LO_FLAGS_PARTSCAN,
+        copy_file_range],
+        [], [], [[
 #include <sys/types.h>
 #include <unistd.h>
 #include <sys/mount.h>