mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Deactivate definition of ss_family and ss_len. Fixes bug #440486.
This commit is contained in:
parent
f0473d511b
commit
b926866cb7
2 changed files with 331 additions and 329 deletions
|
@ -385,7 +385,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for enable-ipv6
|
# Check for enable-ipv6
|
||||||
OPT="$OPT -Dss_family=__ss_family -Dss_len=__ss_len"
|
# XXX definition of ss_family disabled until author clarifies rationale.
|
||||||
|
# DEFS="$DEFS -Dss_family=__ss_family -Dss_len=__ss_len"
|
||||||
AC_MSG_CHECKING([whether to enable ipv6])
|
AC_MSG_CHECKING([whether to enable ipv6])
|
||||||
AC_ARG_ENABLE(ipv6,
|
AC_ARG_ENABLE(ipv6,
|
||||||
[ --enable-ipv6 Enable ipv6 (with ipv4) support
|
[ --enable-ipv6 Enable ipv6 (with ipv4) support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue