]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove extraneous #endif in configure.ac
authorNick Mathewson <nickm@torproject.org>
Wed, 23 Dec 2015 01:37:02 +0000 (20:37 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Dec 2015 01:37:02 +0000 (20:37 -0500)
This will fix the detection of struct in6_addr.s6_addr32 and others

Found and fixed by cypherpunks; bug 17923; bugfix on f948caad7b5bd

changes/bug17923 [new file with mode: 0644]
configure.ac

diff --git a/changes/bug17923 b/changes/bug17923
new file mode 100644 (file)
index 0000000..48026a5
--- /dev/null
@@ -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.
index 2f755683847c15905744a9e8775dcc7cdd5ec338..bf6d7f66ea27a5db1c092d1efa294c8a19a311dd 100644 (file)
@@ -1130,7 +1130,6 @@ AC_CHECK_MEMBERS([struct in6_addr.s6_addr32, struct in6_addr.s6_addr16, struct s
 #include <winsock2.h>
 #include <ws2tcpip.h>
 #endif
-#endif
 ])
 
 AC_CHECK_TYPES([rlim_t], , ,