summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2017-08-16 20:23:54 +0300
committerRan Benita <ran234@gmail.com>2017-08-16 20:23:54 +0300
commit76348754e32b45b2dd1e28a2cdac6d908fa68393 (patch)
tree402e4a07f9d062d4ce67cf0761036ea99add5732 /configure.ac
parentf468f0b2430e15cc262c5745445580bd0dc64ef0 (diff)
downloadxorg-lib-libxkbcommon-76348754e32b45b2dd1e28a2cdac6d908fa68393.tar.gz
build: add missing configure function checks for test/interactive-wayland
Signed-off-by: Ran Benita <ran234@gmail.com>
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 e3369b0..56b0706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AS_IF([test ! -f "src/xkbcomp/parser.c" -a "x$YACC_INST" = x], [
])
# Checks for library functions.
-AC_CHECK_FUNCS([eaccess euidaccess mmap])
+AC_CHECK_FUNCS([eaccess euidaccess mmap mkostemp posix_fallocate])
AC_CHECK_FUNCS([secure_getenv __secure_getenv])
AS_IF([test "x$ac_cv_func_secure_getenv" = xno -a \