summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorYichen Yan <oraluben@outlook.com>2024-04-23 07:56:00 (GMT)
committerGitHub <noreply@github.com>2024-04-23 07:56:00 (GMT)
commite17cd1fbfd4f20824c686c7242423e84ba6a6cc5 (patch)
treeeddfebc23f756a3b4d91e1b16c1c933e43ee9863 /configure
parent456c29cf85847c67dfc0fa36d6fe6168569b46fe (diff)
downloadcpython-e17cd1fbfd4f20824c686c7242423e84ba6a6cc5.zip
cpython-e17cd1fbfd4f20824c686c7242423e84ba6a6cc5.tar.gz
cpython-e17cd1fbfd4f20824c686c7242423e84ba6a6cc5.tar.bz2
gh-116984: Install mimalloc headers (#116985)
- Install mimalloc header only when enabled - Rename WITH_MIMALLOC to INSTALL_MIMALLOC
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 29a7d5b..94ee1ca 100755
--- a/configure
+++ b/configure
@@ -869,7 +869,7 @@ DTRACE_OBJS
DTRACE_HEADERS
DFLAGS
DTRACE
-WITH_MIMALLOC
+INSTALL_MIMALLOC
MIMALLOC_HEADERS
GDBM_LIBS
GDBM_CFLAGS
@@ -17335,6 +17335,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mimalloc" >&5
printf "%s\n" "$with_mimalloc" >&6; }
+INSTALL_MIMALLOC=$with_mimalloc