]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove comment about a workaround for libevent versions we no longer work around...
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Sep 2015 13:29:16 +0000 (09:29 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 30 Sep 2015 13:29:33 +0000 (09:29 -0400)
configure.ac

index 53ed865d3181ee4a746dbc5854e1967800e185bb..3bf2f471e0d63fe8c5549aee72823fc399436b14 100644 (file)
@@ -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 \