diff options
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 | ||
