Skip to content

Commit f835d6d

Browse files
author
Erlend E. Aasland
committed
Remove references to --with-tclk-* from Doc
1 parent a8313a1 commit f835d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,8 +2019,8 @@ Build Changes
20192019
20202020
* The ``configure`` script now uses the ``pkg-config`` utility, if available,
20212021
to detect the location of Tcl/Tk headers and libraries. As before, those
2022-
locations can be explicitly specified with the :option:`--with-tcltk-includes`
2023-
and :option:`--with-tcltk-libs` configuration options.
2022+
locations can be explicitly specified with the ``--with-tcltk-includes``
2023+
and ``--with-tcltk-libs`` configuration options.
20242024
(Contributed by Manolis Stamatogiannakis in :issue:`42603`.)
20252025
20262026
* Add :option:`--with-openssl-rpath` option to ``configure`` script. The option

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ Build Changes
12491249
of macOS. If a macOS SDK is explicitly configured, by using
12501250
:option:`--enable-universalsdk` or ``-isysroot``, only the SDK itself is
12511251
searched. The default behavior can still be overridden with
1252-
:option:`--with-tcltk-includes` and :option:`--with-tcltk-libs`.
1252+
``--with-tcltk-includes`` and ``--with-tcltk-libs``.
12531253
(Contributed by Ned Deily in :issue:`34956`.)
12541254

12551255
* Python can now be built for Windows 10 ARM64.

0 commit comments

Comments
 (0)