summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.10.rst6
-rw-r--r--Misc/ACKS1
2 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 26b7076..49681ca 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1123,6 +1123,12 @@ Build Changes
(Contributed by Victor Stinner in :issue:`43103`.)
+* The ``configure`` script now uses the ``pkg-config`` utility, if available,
+ to detect the location of Tcl/Tk headers and libraries. As before, those
+ locations can be explicitly specified with the ``--with-tcltk-includes``
+ and ``--with-tcltk-libs`` configuration options.
+ (Contributed by Manolis Stamatogiannakis in :issue:`42603`.)
+
C API Changes
=============
diff --git a/Misc/ACKS b/Misc/ACKS
index ca222e4..d1cee7d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1660,6 +1660,7 @@ RajGopal Srinivasan
Tage Stabell-Kulo
Quentin Stafford-Fraser
Frank Stajano
+Manolis Stamatogiannakis
Joel Stanley
Kyle Stanley
Brandon Stansbury