From 2ff2859c237a0b4928c28a0086dd2f5fb9b2da70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 20 Nov 2020 17:50:34 +0100 Subject: Add compat mode for systems without openat(2) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8e6b6787..becf42fd 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ AC_TYPE_UINT64_T # ---------------------------------------------------------------------- AC_FUNC_CLOSEDIR_VOID AC_FUNC_STAT -AC_CHECK_FUNCS([faccessat fstatat memmove readlinkat strdup strncasecmp strstr]) +AC_CHECK_FUNCS([faccessat fstatat memmove openat readlinkat strdup strncasecmp strstr]) AC_SEARCH_LIBS([dlopen], [dl dld]) -- cgit v1.2.3