Skip to content

Commit 1533c54

Browse files
author
Erlend E. Aasland
committed
Update What's New
1 parent da79509 commit 1533c54

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Doc/using/configure.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,6 @@ Libraries options
404404

405405
.. versionadded:: 3.10
406406

407-
.. cmdoption:: --with-tcltk-includes='-I...'
408-
409-
Override search for Tcl and Tk include files.
410-
411-
.. cmdoption:: --with-tcltk-libs='-L...'
412-
413-
Override search for Tcl and Tk libraries.
414-
415407
.. cmdoption:: --with-libm=STRING
416408

417409
Override ``libm`` math library to *STRING* (default is system-dependent).

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ Build Changes
664664

665665
* Build dependencies, compiler flags, and linker flags for most stdlib
666666
extension modules are now detected by :program:`configure`. libffi, libnsl,
667-
libsqlite3, zlib, bzip2, liblzma, libcrypt, and uuid flags are detected by
668-
``pkg-config`` (when available).
667+
libsqlite3, zlib, bzip2, liblzma, libcrypt, Tcl/Tk libs, and uuid flags
668+
are detected by ``pkg-config`` (when available).
669669
(Contributed by Christian Heimes and Erlend Egeberg Aasland in
670670
:issue:`bpo-45847`, :issue:`45747`, and :issue:`45763`.)
671671

0 commit comments

Comments
 (0)