[tor-commits] [tor/master] Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
nickm at torproject.org
nickm at torproject.org
Wed Sep 30 13:29:38 UTC 2015
commit 0d43a54d1c9c1be24c33eed79029d1bd44a6a28a
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Sep 30 09:29:16 2015 -0400
Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 53ed865..3bf2f47 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 \
More information about the tor-commits
mailing list