diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-20 13:22:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-20 13:22:10 -0500 |
commit | 729f9a286c05b990327b6fdcb367c89c72ab57aa (patch) | |
tree | 774d4c6671090fe09de5fbd3c9a11b972d4c3159 /configure.ac | |
parent | 04812e59dfed3c6ea4ad376595dbc8e36aaf12d2 (diff) | |
parent | 846df5b3cdd94ca57777c3e1cbdd81a25e9b5154 (diff) | |
download | tor-729f9a286c05b990327b6fdcb367c89c72ab57aa.tar.gz tor-729f9a286c05b990327b6fdcb367c89c72ab57aa.zip |
Merge branch 'maint-0.3.2'
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 93b18a326a..6b0e04e7fc 100644 --- a/configure.ac +++ b/configure.ac @@ -498,6 +498,7 @@ AC_CHECK_FUNCS( getrlimit \ gettimeofday \ gmtime_r \ + gnu_get_libc_version \ htonll \ inet_aton \ ioctl \ @@ -1216,6 +1217,7 @@ AC_CHECK_HEADERS([assert.h \ arpa/inet.h \ crt_externs.h \ execinfo.h \ + gnu/libc-version.h \ grp.h \ ifaddrs.h \ inttypes.h \ |