chiark / gitweb /
util: don't fail recursive bind mounting if we cannot read the mount flags from an...
[elogind.git] / configure.ac
index 1df3a18d501850b54b3e87fb05b8930a81ed4b02..0496f5e3ede2febc30fc2fd1b8327e1b5f6ad71d 100644 (file)
@@ -310,7 +310,7 @@ LIBS="$save_LIBS"
 
 AC_CHECK_FUNCS([memfd_create])
 AC_CHECK_FUNCS([__secure_getenv secure_getenv])
-AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, LO_FLAGS_PARTSCAN],
+AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, renameat2, LO_FLAGS_PARTSCAN],
                [], [], [[
 #include <sys/types.h>
 #include <unistd.h>