mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
Woops, typo in the previous commit
This commit is contained in:
parent
31c2f82842
commit
01995b1326
@ -36,7 +36,7 @@ check_function_exists(strndup HAVE_STRNDUP)
|
|||||||
|
|
||||||
check_symbol_exists(pipe2 "unistd.h" HAVE_PIPE2)
|
check_symbol_exists(pipe2 "unistd.h" HAVE_PIPE2)
|
||||||
check_symbol_exists(O_CLOEXEC "fcntl.h" HAVE_O_CLOEXEC)
|
check_symbol_exists(O_CLOEXEC "fcntl.h" HAVE_O_CLOEXEC)
|
||||||
check_symbol_exists(statfs64 "sys/statfs.h" HAVE_STATFS64t)
|
check_symbol_exists(statfs64 "sys/statfs.h" HAVE_STATFS64)
|
||||||
|
|
||||||
AC_SEARCH_LIBS(clock_gettime "time.h" CLOCK_GETTIME_LIB "rt")
|
AC_SEARCH_LIBS(clock_gettime "time.h" CLOCK_GETTIME_LIB "rt")
|
||||||
if(NOT CLOCK_GETTIME_LIB)
|
if(NOT CLOCK_GETTIME_LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user