From: Nick Mathewson Date: Wed, 30 Sep 2015 13:29:16 +0000 (-0400) Subject: Remove comment about a workaround for libevent versions we no longer work around... X-Git-Tag: tor-0.2.8.1-alpha~357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d43a54d1c9c1be24c33eed79029d1bd44a6a28a;p=thirdparty%2Ftor.git Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647 --- 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 \