diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-22 20:37:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-22 20:37:02 -0500 |
commit | d0c209c51d856ee78cca1e4ee337d10155a93916 (patch) | |
tree | 651ae277c99e5b252fccd70d010ffe1ffbb5b4cd /changes | |
parent | 2cbaf39af4aa5d2fd1a8ec143d254c9ba88fc0aa (diff) | |
download | tor-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/bug17923 | 4 |
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. |