Skip to content

Commit 5e2e9c4

Browse files
gh-90005: Cleanup after GH-31698 (GH-91642)
(cherry picked from commit 269e726) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent a9f1cba commit 5e2e9c4

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

configure

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -6869,12 +6869,12 @@ PY_STDLIB_MOD([_sqlite3],
68696869
[test "$have_sqlite3" = "yes"],
68706870
[test "$have_supported_sqlite3" = "yes"],
68716871
[$LIBSQLITE3_CFLAGS], [$LIBSQLITE3_LIBS])
6872-
dnl PY_STDLIB_MOD([_tkinter], [], [], [], [])
6872+
PY_STDLIB_MOD([_tkinter],
6873+
[], [test "$have_tcltk" = "yes"],
6874+
[$TCLTK_CFLAGS], [$TCLTK_LIBS])
68736875
PY_STDLIB_MOD([_uuid],
68746876
[], [test "$have_uuid" = "yes"],
68756877
[$LIBUUID_CFLAGS], [$LIBUUID_LIBS])
6876-
PY_STDLIB_MOD([_tkinter], [],
6877-
[test "$have_tcltk" = "yes"], [$TCLTK_CFLAGS], [$TCLTK_LIBS])
68786878

68796879
dnl compression libs
68806880
PY_STDLIB_MOD([zlib], [], [test "$have_zlib" = yes],

0 commit comments

Comments
 (0)