mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fix compiler warning in IPv6 check
(This was why I saw a warning from the IPv4 code path, now fixed by 7949e4c).
This commit is contained in:
parent
7949e4c53f
commit
85d9fa1922
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ if test "x$want_ipv6" = "xyes"; then
|
|||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/inet.h>],
|
||||
[struct in6_addr i;],
|
||||
[struct in6_addr i = in6addr_any; return &i == &i;],
|
||||
have_ipv6=yes,
|
||||
)])
|
||||
if test $have_ipv6 = yes; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue