diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-16 13:07:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 13:07:52 -0500 |
commit | 50f527a2c9202105a84e5f6c7d2844c494a46b7d (patch) | |
tree | 217b15609b2a2e2dd83816819d3e154a056f3613 /changes | |
parent | b987081941bda22e5e37a09c75ffc790c270624b (diff) | |
download | tor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.tar.gz tor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.zip |
Actually link against nacl when we want to use it
Fixes more of bug 7972
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7972 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug7972 b/changes/bug7972 index b751ced18f..6e1fce69c8 100644 --- a/changes/bug7972 +++ b/changes/bug7972 @@ -1,3 +1,5 @@ o Minor bugfixes: - Detect nacl when its headers are in a nacl/ subdirectory. Fixes bug 7972; bugfix on 0.2.4.8-alpha. + - Actually link against nacl when we're configured to use it. Fixes bug + 7972; bugfix on 0.2.4.8-alpha. |