Commit eaee31b7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Check for clock_nanosleep so mtime compiles (linking is another matter)

parent 352ebfc1
......@@ -78,6 +78,7 @@ find_library(HAVE_ICONV iconv)
set( ICONV_CONST " " )
check_library_exists(dl dlopen "" HAVE_DL_DLOPEN)
check_library_exists(rt clock_nanosleep "" HAVE_CLOCK_NANOSLEEP)
###########################################################
# Other check
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment