summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimeon Simeonov2020-10-06 14:33:05 +0200
committerSimeon Simeonov2020-10-06 14:33:05 +0200
commit12a06184e733554bafc76e643b49067fcd758fc0 (patch)
tree03c2c2c4d00c8b07c250e7bfee97d0e64cd064f0 /configure.ac
parenta0a3b6e9b55036e8b7095b71151083a069943c33 (diff)
Merge the upstream changes from i3lock
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