aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-09 12:54:27 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-09 12:54:27 -0400
commitb0695c11ebfff4ca4dc6570e49e27c03ca65e8ab (patch)
tree357aeae2792ebebbe8045c2045b65e7f3384a427 /configure.in
parent4467799f45346a59c37de9337b24ace361cb8b6a (diff)
parent45ca0d2bfacc2ab54a5eb580ba8993a6919906a3 (diff)
downloadtor-b0695c11ebfff4ca4dc6570e49e27c03ca65e8ab.tar.gz
tor-b0695c11ebfff4ca4dc6570e49e27c03ca65e8ab.zip
Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 52ea094024..047545d36b 100644
--- a/configure.in
+++ b/configure.in
@@ -229,7 +229,7 @@ dnl -------------------------------------------------------------------
dnl Check for functions before libevent, since libevent-1.2 apparently
dnl exports strlcpy without defining it in a header.
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf lround rint)
using_custom_malloc=no
if test x$enable_openbsd_malloc = xyes ; then