diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:09:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:09:35 -0500 |
commit | 8939eaf479bc123e774421c9de6dfc3c864e0326 (patch) | |
tree | b7388a10d0ea41b13793c7f25be07256aca76103 /configure.ac | |
parent | eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 (diff) | |
parent | 848ba26c188c43cb97a22d5911fceb3714a97272 (diff) | |
download | tor-8939eaf479bc123e774421c9de6dfc3c864e0326.tar.gz tor-8939eaf479bc123e774421c9de6dfc3c864e0326.zip |
Merge branch 'maint-0.2.9' into maint-0.3.1
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 14e676aa13..2b02be1ed9 100644 --- a/configure.ac +++ b/configure.ac @@ -487,6 +487,7 @@ AC_CHECK_FUNCS( getrlimit \ gettimeofday \ gmtime_r \ + gnu_get_libc_version \ htonll \ inet_aton \ ioctl \ @@ -1173,6 +1174,7 @@ AC_CHECK_HEADERS([assert.h \ arpa/inet.h \ crt_externs.h \ execinfo.h \ + gnu/libc-version.h \ grp.h \ ifaddrs.h \ inttypes.h \ |