summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-16 13:07:52 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-16 13:07:52 -0500
commit50f527a2c9202105a84e5f6c7d2844c494a46b7d (patch)
tree217b15609b2a2e2dd83816819d3e154a056f3613 /changes
parentb987081941bda22e5e37a09c75ffc790c270624b (diff)
downloadtor-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/bug79722
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.