summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-09-23 10:44:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-09-23 10:44:45 +0100
commitb2224947fa697c397b5d3617b6b17e96c4302e6c (patch)
treed8ac68782b4d7196405eaf8fc800abcf2e7bec91 /configure.ac
parent4d53fd98a67b20527718013ef52f263bf878481c (diff)
Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported
by Dagobert Michelsen.
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 b524ff8e..fc71f02a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -386,6 +386,7 @@ AC_CHECK_FUNCS(
[ \
bzero \
dirfd \
+ flock \
setproctitle \
sysconf \
cfmakeraw \