summaryrefslogtreecommitdiffstats
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-20 09:05:32 +0000
commit2f1578ef8303abb8a60dcc94dd220ed29c96839d (patch)
treedd38c9fa6f0090feab5c5c51309581967ebd112c /configure.ac
parent5306bb0db79b4cc0b8e620bfe52e8fed446a101c (diff)
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 768d3db3..21123315 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,7 @@ AC_CHECK_HEADERS([ \
dirent.h \
fcntl.h \
inttypes.h \
+ libproc.h \
libutil.h \
ndir.h \
paths.h \
@@ -101,7 +102,8 @@ AC_CHECK_FUNCS([ \
dirfd \
flock \
prctl \
- sysconf \
+ proc_pidinfo \
+ sysconf
])
# Check for functions with a compatibility implementation.