Commit a77d93f0 authored by Christophe Massiot's avatar Christophe Massiot

Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton

call).
parent 8fd1965b
This diff is collapsed.
...@@ -835,8 +835,7 @@ fi ...@@ -835,8 +835,7 @@ fi
dnl dnl
dnl ipv6 plugin dnl ipv6 plugin
dnl dnl
AC_EGREP_HEADER(in6_addr,netinet/in.h,[ AC_CHECK_FUNC(inet_pton,[PLUGINS="{PLUGINS} ipv6"])
PLUGINS="${PLUGINS} ipv6"])
dnl dnl
dnl Codec plugins dnl Codec plugins
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment