diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:22:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:22:25 -0400 |
commit | ca67dd83674583a07429df283444ed8d77ae8250 (patch) | |
tree | 65b22f0518e6ed7e5568f1a6f4cd9f0bff879ce7 /configure.ac | |
parent | 8fd6b0fc46a63b99903ae340da1793db127ce680 (diff) | |
download | tor-ca67dd83674583a07429df283444ed8d77ae8250.tar.gz tor-ca67dd83674583a07429df283444ed8d77ae8250.zip |
Remove USE_BUFFEREVENTS from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 9cace4b9c6..140bd4c8e1 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 ------------------------------------------------------ |