[tor-commits] [tor/master] Remove USE_BUFFEREVENTS from configure.ac

nickm at torproject.org nickm at torproject.org
Fri Aug 12 20:11:39 UTC 2016


commit ca67dd83674583a07429df283444ed8d77ae8250
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Aug 2 13:22:25 2016 -0400

    Remove USE_BUFFEREVENTS from configure.ac
---
 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9cace4b..140bd4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -574,15 +574,6 @@ LIBS="$save_LIBS"
 LDFLAGS="$save_LDFLAGS"
 CPPFLAGS="$save_CPPFLAGS"
 
-AM_CONDITIONAL(USE_BUFFEREVENTS, test "$enable_bufferevents" = "yes")
-if test "$enable_bufferevents" = "yes"; then
-  AC_DEFINE(USE_BUFFEREVENTS, 1, [Defined if we're going to use Libevent's buffered IO API])
-  if test "$enable_static_libevent" = "yes"; then
-    TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS"
-  else
-    TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS"
-  fi
-fi
 AC_SUBST(TOR_LIBEVENT_LIBS)
 
 dnl ------------------------------------------------------





More information about the tor-commits mailing list