aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-30 09:29:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-30 09:29:33 -0400
commit0d43a54d1c9c1be24c33eed79029d1bd44a6a28a (patch)
treebf0c87d4392ed8cac57f16a1708a7790c5f5b61f /configure.ac
parent003462432b1ddcd938031fb7f2f7a403125b0ccb (diff)
downloadtor-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.ac4
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 \