config_query PY3K "Use Python 3 as primary version on the system?" n &&

config_query_option PYTHON3_OPTS \
                    "Enable IPv6?" y \
                    "--enable-ipv6" \
                    "--disable-ipv6" &&

config_query_option PYTHON3_OPTS \
                    "Enable POSIX threads (pthreads) support?" y \
                    "--with-pth" \
                    "--without-pth"
