|
@@ -62,7 +62,7 @@ diff --git a/configure.ac b/configure.ac
|
|
index c8ae60aa6b5..7caa361138d 100644
|
|
index c8ae60aa6b5..7caa361138d 100644
|
|
--- a/configure.ac
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
+++ b/configure.ac
|
|
-@@ -4503,6 +4503,11 @@ AC_ARG_ENABLE(pydoc,
|
|
|
|
|
|
+@@ -4503,6 +4503,13 @@ AC_ARG_ENABLE(pydoc,
|
|
AS_HELP_STRING([--disable-pydoc], [disable pydoc]),
|
|
AS_HELP_STRING([--disable-pydoc], [disable pydoc]),
|
|
[ PYDOC="${enableval}" ], [ PYDOC=yes ])
|
|
[ PYDOC="${enableval}" ], [ PYDOC=yes ])
|
|
|
|
|
|
@@ -70,6 +70,8 @@ index c8ae60aa6b5..7caa361138d 100644
|
|
+AC_ARG_ENABLE(tk,
|
|
+AC_ARG_ENABLE(tk,
|
|
+ AS_HELP_STRING([--disable-tk], [disable tk]),
|
|
+ AS_HELP_STRING([--disable-tk], [disable tk]),
|
|
+ [ TK="${enableval}" ], [ TK=yes ])
|
|
+ [ TK="${enableval}" ], [ TK=yes ])
|
|
|
|
++AS_IF([test "$TK" = "no"],
|
|
|
|
++ [PY_STDLIB_MOD_SET_NA([_tkinter])])
|
|
+
|
|
+
|
|
# Check for enable-ipv6
|
|
# Check for enable-ipv6
|
|
AH_TEMPLATE([ENABLE_IPV6], [Define if --enable-ipv6 is specified])
|
|
AH_TEMPLATE([ENABLE_IPV6], [Define if --enable-ipv6 is specified])
|