Skip to content

Commit

Permalink
Fix FreeBSD ipv6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
German-Service-Network committed Aug 31, 2018
1 parent b4277e3 commit d9acc8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ AS_IF([test "x$enable_ipv6" != "xno"], [
dnl Test if IPv6 is supported
AC_CHECK_HEADERS([netinet/icmp6.h], [have_ipv6="yes"], [], [[
#include <netinet/in.h>
#include <sys/types.h>
]])
])
dnl Can't disable both IPv4 and IPv6
Expand Down

0 comments on commit d9acc8e

Please sign in to comment.