summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-20 17:50:34 +0100
committerBenBE <BenBE@geshi.org>2020-11-28 12:35:34 +0100
commit2ff2859c237a0b4928c28a0086dd2f5fb9b2da70 (patch)
tree27f74d10d90d21fc7732d7e0b0b9bb0a01619a21 /configure.ac
parent638207a2ff91089de7679b4ed20fc0b01116c37c (diff)
Add compat mode for systems without openat(2)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])

© 2014-2024 Faster IT GmbH | imprint | privacy policy