summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-15 15:09:33 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-15 15:09:33 -0500
commit67c62394bc0c8a1c7beb689908b968af454a828a (patch)
treeeee01629d7698ce4925339fcf8722ff98a8a2088 /configure.ac
parentae8683621add4b7fe68ba82f76b231ef8551477f (diff)
parentf28559fd2a70ae8e30477c3d6fa2ffc499a63e34 (diff)
downloadtor-67c62394bc0c8a1c7beb689908b968af454a828a.tar.gz
tor-67c62394bc0c8a1c7beb689908b968af454a828a.zip
Merge branch 'bug24279_030' into maint-0.3.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c92118f732..dd7dcbc87c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -624,7 +624,7 @@ struct event_base *event_base_new(void);],
#ifdef _WIN32
{WSADATA d; WSAStartup(0x101,&d); }
#endif
-event_base_new();
+event_base_free(event_base_new());
], [--with-libevent-dir], [/opt/libevent])
dnl Determine the incantation needed to link libevent.