diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-16 14:06:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-16 14:06:38 -0500 |
commit | 2d3904aba67e79e57db1814033b1df3f77336065 (patch) | |
tree | 341c471dd31a12c964ca04c1bf2314902253407e /configure.ac | |
parent | d2d6a1b082fa0eac8b6478889a0c28bf05e48073 (diff) | |
download | tor-2d3904aba67e79e57db1814033b1df3f77336065.tar.gz tor-2d3904aba67e79e57db1814033b1df3f77336065.zip |
Check the libc version to decide whether to allow openat.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f2c3f90baa..3ff8190521 100644 --- a/configure.ac +++ b/configure.ac @@ -390,6 +390,7 @@ AC_CHECK_FUNCS( getrlimit \ gettimeofday \ gmtime_r \ + gnu_get_libc_version \ htonll \ inet_aton \ ioctl \ @@ -1011,6 +1012,7 @@ AC_CHECK_HEADERS([assert.h \ arpa/inet.h \ crt_externs.h \ execinfo.h \ + gnu/libc-version.h \ grp.h \ ifaddrs.h \ inttypes.h \ |