Python: enable ipv6 support. closes #1795

This commit is contained in:
Stefan Saraev 2013-01-22 23:36:35 +02:00
parent 5fda0b96c0
commit 2a54d46e6d

View File

@ -32,6 +32,7 @@ ac_cv_file_dev_ptmx=yes \
ac_cv_func_lchflags_works=no \ ac_cv_func_lchflags_works=no \
ac_cv_func_chflags_works=no \ ac_cv_func_chflags_works=no \
ac_cv_func_printf_zd=yes \ ac_cv_func_printf_zd=yes \
ac_cv_buggy_getaddrinfo=no \
../configure --host=$TARGET_NAME \ ../configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
@ -39,7 +40,7 @@ ac_cv_func_printf_zd=yes \
--enable-shared \ --enable-shared \
--with-threads \ --with-threads \
--enable-unicode=ucs4 \ --enable-unicode=ucs4 \
--disable-ipv6 \ --enable-ipv6 \
--disable-profiling \ --disable-profiling \
--without-pydebug \ --without-pydebug \
--without-doc-strings \ --without-doc-strings \