mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
This commit is contained in:
parent
003462432b
commit
0d43a54d1c
@ -374,10 +374,6 @@ AC_SEARCH_LIBS(pthread_detach, [pthread])
|
|||||||
AM_CONDITIONAL(THREADS_WIN32, test "$bwin32" = "true")
|
AM_CONDITIONAL(THREADS_WIN32, test "$bwin32" = "true")
|
||||||
AM_CONDITIONAL(THREADS_PTHREADS, test "$bwin32" = "false")
|
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(
|
AC_CHECK_FUNCS(
|
||||||
_NSGetEnviron \
|
_NSGetEnviron \
|
||||||
accept4 \
|
accept4 \
|
||||||
|
Loading…
Reference in New Issue
Block a user