summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79f23a9..699e5a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,7 @@ AC_FUNC_FORK
66AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK 66AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
67AC_FUNC_STRNLEN 67AC_FUNC_STRNLEN
68AC_CHECK_FUNCS([atexit dup2 ftruncate getcwd gettimeofday localtime_r memchr memset mkdir rmdir setlocale socket strcasecmp strchr strdup strerror strncasecmp strndup strrchr strspn strstr strtol strtoul], , [AC_MSG_FAILURE([cannot find the $ac_func function, which i3lock requires])]) 68AC_CHECK_FUNCS([atexit dup2 ftruncate getcwd gettimeofday localtime_r memchr memset mkdir rmdir setlocale socket strcasecmp strchr strdup strerror strncasecmp strndup strrchr strspn strstr strtol strtoul], , [AC_MSG_FAILURE([cannot find the $ac_func function, which i3lock requires])])
69AC_CHECK_FUNCS([explicit_bzero])
69 70
70# Checks for libraries. 71# Checks for libraries.
71 72