summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-23 07:51:30 (GMT)
committerGitHub <noreply@github.com>2021-11-23 07:51:30 (GMT)
commit758a23d1c4db97b578bc16e0ea110074d65c4c52 (patch)
tree2e7755ca0bf2e98fd790e9409041303a636d4d61 /configure
parent457e6a6e96b5afad403a0bc892508a77beef4d33 (diff)
downloadcpython-758a23d1c4db97b578bc16e0ea110074d65c4c52.zip
cpython-758a23d1c4db97b578bc16e0ea110074d65c4c52.tar.gz
cpython-758a23d1c4db97b578bc16e0ea110074d65c4c52.tar.bz2
bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index dafcce6..7c0d866 100755
--- a/configure
+++ b/configure
@@ -21849,7 +21849,7 @@ $as_echo_n "checking for stdlib extension module xxlimited... " >&6; }
*xxlimited*) :
py_cv_module_xxlimited=n/a ;; #(
*) :
- if test "$Py_TRACE_REFS" = no; then :
+ if test "$with_trace_refs" = "no"; then :
if true; then :
py_cv_module_xxlimited=yes
else
@@ -21885,7 +21885,7 @@ $as_echo_n "checking for stdlib extension module xxlimited_35... " >&6; }
*xxlimited_35*) :
py_cv_module_xxlimited_35=n/a ;; #(
*) :
- if test "$Py_TRACE_REFS" = no; then :
+ if test "$with_trace_refs" = "no"; then :
if true; then :
py_cv_module_xxlimited_35=yes
else