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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f75568384..bf6d7f66ea 100644 --- a/configure.ac +++ b/configure.ac @@ -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], , , |