summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-04-27 16:47:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-04-27 16:47:14 +0000
commit64ee50fa0e4357164273c5d8b34ccde10a69d0ef (patch)
tree0fef90a4e49a9eb2caa17bd3a665fba1d71479d1 /configure
parent70697efff43ca5f2061d45a25abb839ad37fb3bf (diff)
downloadskalibs-64ee50fa0e4357164273c5d8b34ccde10a69d0ef.tar.xz
Add new sysdeps for futimens() and futimes(), adapt touch() implementation
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a638a89..2f598f7 100755
--- a/configure
+++ b/configure
@@ -491,6 +491,8 @@ EOF
choose cl strcasestr STRCASESTR 'strcasestr()'
choose cl strnlen STRNLEN 'strnlen()'
choose c uint64t UINT64T 'uint64_t'
+ choose cl futimens FUTIMENS 'futimens()'
+ choose cl futimes FUTIMES 'futimes()'
if $forcedevr ; then
echo "/dev/random detection override required, assuming it exists and is working."