diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:07:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:07:37 -0500 |
commit | 848ba26c188c43cb97a22d5911fceb3714a97272 (patch) | |
tree | a102c00227dbad10450be7d8aa4baf6c7b4b8cdb /configure.ac | |
parent | 5dc785ceef465125f180f020991ec2c363bb8abc (diff) | |
parent | 80bf270404a52c634a14f6aad594dec4e9ce1e12 (diff) | |
download | tor-848ba26c188c43cb97a22d5911fceb3714a97272.tar.gz tor-848ba26c188c43cb97a22d5911fceb3714a97272.zip |
Merge branch 'ticket24315_029' into maint-0.2.9
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 17e6fca0d6..73470f2140 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 \ |