From d0c209c51d856ee78cca1e4ee337d10155a93916 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Dec 2015 20:37:02 -0500 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 #include #endif -#endif ]) AC_CHECK_TYPES([rlim_t], , , -- cgit v1.2.3-54-g00ecf