diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-03-16 18:35:31 -0700 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-03-27 05:38:51 +0200 |
commit | b62abf9f21499abda5b703271d5663a2a7380ca0 (patch) | |
tree | 2a33a4ec0c45de39ae7c0f1aa598fca3002d0c5e /changes | |
parent | fe86be61b6d84fbb442b13aa52139e6a3892dac0 (diff) | |
download | tor-b62abf9f21499abda5b703271d5663a2a7380ca0.tar.gz tor-b62abf9f21499abda5b703271d5663a2a7380ca0.zip |
Fix libevent autoconf bug #2698
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2698 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2698 b/changes/bug2698 new file mode 100644 index 0000000000..3c2468f5e8 --- /dev/null +++ b/changes/bug2698 @@ -0,0 +1,3 @@ + o Minor build issues + - We incorrectly linked libevent when configured with + --enable-static-libevent. Fixes bug 2698. |