diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-11-17 17:56:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-11-17 17:57:21 +0000 |
commit | bfdc4373d71895a5f454834da4b0bd92ab964dd4 (patch) | |
tree | e9c2968287d3766459d193d2fb612ebcfa295e82 /configure.ac | |
parent | 3ee1addbb97fdbe3b7dc9f3c5a79c65c9595d449 (diff) | |
download | rtmux-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.ac | 4 |
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. |