diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-03-10 01:22:32 -0800 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-02 11:09:38 +0200 |
commit | fe051a43c1fc5d8528ed46deaa818031b16a79eb (patch) | |
tree | 7d3f7f12420ec70e5bd52410f089573576e4cbba /changes/bug2702 | |
parent | ee871e7a0e9ce9b1df8b8f4add06e8c193b9544a (diff) | |
download | tor-fe051a43c1fc5d8528ed46deaa818031b16a79eb.tar tor-fe051a43c1fc5d8528ed46deaa818031b16a79eb.tar.gz |
add --enable-static-tor to our configure script
This implements the feature request in bug #2702
Diffstat (limited to 'changes/bug2702')
-rw-r--r-- | changes/bug2702 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2702 b/changes/bug2702 new file mode 100644 index 000000000..cd004f555 --- /dev/null +++ b/changes/bug2702 @@ -0,0 +1,5 @@ + o Minor enhancement + - Implements --enable-static-tor for configure time. Closes bug 2702. + Idea, general hackery and thoughts from Alexei Czeskis, John Gilmore, + Jacob Appelbaum. + |