aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-22 20:37:02 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-22 20:37:02 -0500
commitd0c209c51d856ee78cca1e4ee337d10155a93916 (patch)
tree651ae277c99e5b252fccd70d010ffe1ffbb5b4cd /changes
parent2cbaf39af4aa5d2fd1a8ec143d254c9ba88fc0aa (diff)
downloadtor-d0c209c51d856ee78cca1e4ee337d10155a93916.tar.gz
tor-d0c209c51d856ee78cca1e4ee337d10155a93916.zip
Remove extraneous #endif in configure.ac
This will fix the detection of struct in6_addr.s6_addr32 and others Found and fixed by cypherpunks; bug 17923; bugfix on f948caad7b5bd
Diffstat (limited to 'changes')
-rw-r--r--changes/bug179234
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17923 b/changes/bug17923
new file mode 100644
index 0000000000..48026a5c2f
--- /dev/null
+++ b/changes/bug17923
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Add an #endif to configure.ac so that we correctly detect
+ the presence of in6_addr.s6_addr32. Fixes bug 17923; bugfix on
+ 0.2.0.13-alpha.