aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-11-17 17:56:55 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-11-17 17:57:21 +0000
commitbfdc4373d71895a5f454834da4b0bd92ab964dd4 (patch)
treee9c2968287d3766459d193d2fb612ebcfa295e82 /configure.ac
parent3ee1addbb97fdbe3b7dc9f3c5a79c65c9595d449 (diff)
downloadrtmux-bfdc4373d71895a5f454834da4b0bd92ab964dd4.tar.gz
rtmux-bfdc4373d71895a5f454834da4b0bd92ab964dd4.tar.bz2
rtmux-bfdc4373d71895a5f454834da4b0bd92ab964dd4.zip
Update closefrom from OpenSSH for macOS code which is now needed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97010df4..8dd00d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AC_CHECK_HEADERS([ \
dirent.h \
fcntl.h \
inttypes.h \
+ libproc.h \
libutil.h \
ndir.h \
paths.h \
@@ -124,7 +125,8 @@ AC_CHECK_FUNCS([ \
dirfd \
flock \
prctl \
- sysconf \
+ proc_pidinfo \
+ sysconf
])
# Check for functions with a compatibility implementation.