diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-15 20:19:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-15 20:19:41 +0000 |
commit | 97e0a785c827577aada4a474d2616af00a7278f4 (patch) | |
tree | 2e885f6f7fda772dd6ea0bebed709d215b63a9d4 /configure | |
parent | 13a62c4ac5feb8d3bc68346eb987bd04d05e3457 (diff) | |
download | skalibs-97e0a785c827577aada4a474d2616af00a7278f4.tar.xz |
bugfixes: invalid clockmon detection and futimens detection
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -442,7 +442,7 @@ EOF if $hasclock ; then echo 'clockrt: yes' >> $sysdeps/sysdeps echo "#define ${package_macro_name}_HASCLOCKRT" >> $sysdeps/sysdeps.h - choose cl clockmon CLOCKMON CLOCK_MONOTONIC $clock_lib + choose cl clockmon CLOCKMON CLOCK_MONOTONIC $sysclock_lib else echo 'clockrt: no' >> $sysdeps/sysdeps echo "#undef ${package_macro_name}_HASCLOCKRT" >> $sysdeps/sysdeps.h |