소스 검색

Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647

Nick Mathewson 8 년 전
부모
커밋
0d43a54d1c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      configure.ac

+ 0 - 4
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 \