summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-07 22:51:46 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commit98fce1fb43d66f5c74090094be589fe7f859ed20 (patch)
treeadde56c11013849ba9b923486d4a8252c92c5266 /configure.ac
parent09fe94da18d33d2c4e1fe415e8346fa99b9944b4 (diff)
Compatibility function for faccessat
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 aed4947e..de47b516 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ AC_TYPE_UID_T
# ----------------------------------------------------------------------
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
-AC_CHECK_FUNCS([fstatat memmove readlinkat strdup strncasecmp strstr])
+AC_CHECK_FUNCS([faccessat fstatat memmove readlinkat strdup strncasecmp strstr])
AC_SEARCH_LIBS([dlopen], [dl dld])

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