summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-26 14:37:06 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-26 14:37:06 +1100
commitcd3ab57f9b388f8b1abf601dc4d78ff82d83b75e (patch)
tree6fd98c6a6639d885271b66a27c43c0420755e756 /configure.ac
parentb087998d1ba90dd1ddb6bfdb17873dc3e7392798 (diff)
Hook up flock() compat code.
Also a couple of minor changes: fail if we can't lock instead of silently succeeding, and apply a couple of minor style fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a70d4062..35e2e8d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1723,6 +1723,7 @@ AC_CHECK_FUNCS([ \
explicit_bzero \
fchmod \
fchown \
+ flock \
freeaddrinfo \
freezero \
fstatfs \