diff options
| author | Simeon Simeonov | 2020-10-06 14:33:05 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-10-06 14:33:05 +0200 |
| commit | 12a06184e733554bafc76e643b49067fcd758fc0 (patch) | |
| tree | 03c2c2c4d00c8b07c250e7bfee97d0e64cd064f0 /configure.ac | |
| parent | a0a3b6e9b55036e8b7095b71151083a069943c33 (diff) | |
Merge the upstream changes from i3lock
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
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 | |||
| 66 | AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK | 66 | AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK |
| 67 | AC_FUNC_STRNLEN | 67 | AC_FUNC_STRNLEN |
| 68 | AC_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])]) | 68 | AC_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])]) |
| 69 | AC_CHECK_FUNCS([explicit_bzero]) | ||
| 69 | 70 | ||
| 70 | # Checks for libraries. | 71 | # Checks for libraries. |
| 71 | 72 | ||
