summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-25 16:26:13 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-25 16:26:13 -0400
commitdb1352703c281fb5de355f76a00c092b52bcafda (patch)
treefa0c63b1d18e826f59902a195827928c56587657 /changes
parente1e62f9d5735da64dc1435d3a40db77f6229766a (diff)
downloadtor-db1352703c281fb5de355f76a00c092b52bcafda.tar.gz
tor-db1352703c281fb5de355f76a00c092b52bcafda.zip
Remove spurious exit() calls from configure.ac
We added these a while ago, but they do no actual good, and cause implicit declaration warnings in some situations. Rather than just adding stdint.h, it's easier to remove the exit() calls as redundant. Fixes bug 18626; bugfix from "cypherpunks"
Diffstat (limited to 'changes')
-rw-r--r--changes/bug186265
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18626 b/changes/bug18626
new file mode 100644
index 0000000000..5c1abff6b8
--- /dev/null
+++ b/changes/bug18626
@@ -0,0 +1,5 @@
+ o Minor bugfixes (build):
+ - Avoid spurious failures from configure files related
+ to calling exit(0) in TOR_SEARCH_LIBRARY.
+ Fixes bug 18625; bugfix on 0.2.0.1-alpha.
+ Patch from "cypherpunks".