diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-30 09:29:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-30 09:29:33 -0400 |
commit | 0d43a54d1c9c1be24c33eed79029d1bd44a6a28a (patch) | |
tree | bf0c87d4392ed8cac57f16a1708a7790c5f5b61f /configure.ac | |
parent | 003462432b1ddcd938031fb7f2f7a403125b0ccb (diff) | |
download | tor-0d43a54d1c9c1be24c33eed79029d1bd44a6a28a.tar.gz tor-0d43a54d1c9c1be24c33eed79029d1bd44a6a28a.zip |
Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 53ed865d31..3bf2f471e0 100644 --- a/configure.ac +++ b/configure.ac @@ -374,10 +374,6 @@ AC_SEARCH_LIBS(pthread_detach, [pthread]) AM_CONDITIONAL(THREADS_WIN32, test "$bwin32" = "true") AM_CONDITIONAL(THREADS_PTHREADS, test "$bwin32" = "false") -dnl ------------------------------------------------------------------- -dnl Check for functions before libevent, since libevent-1.2 apparently -dnl exports strlcpy without defining it in a header. - AC_CHECK_FUNCS( _NSGetEnviron \ accept4 \ |