mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
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 f948caad7b
This commit is contained in:
parent
2cbaf39af4
commit
d0c209c51d
4
changes/bug17923
Normal file
4
changes/bug17923
Normal file
@ -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.
|
@ -1130,7 +1130,6 @@ AC_CHECK_MEMBERS([struct in6_addr.s6_addr32, struct in6_addr.s6_addr16, struct s
|
|||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_CHECK_TYPES([rlim_t], , ,
|
AC_CHECK_TYPES([rlim_t], , ,
|
||||||
|
Loading…
Reference in New Issue
Block a user