summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMiro HronĨok <miro@hroncok.cz>2022-11-11 18:59:30 (GMT)
committerGitHub <noreply@github.com>2022-11-11 18:59:30 (GMT)
commit6abec1caffdba2e282b14fe57c6ce61974de4bbe (patch)
treebe19c2153d87ee147bf1feba04b6d8b9cb2e9224 /configure
parent8fe1a88e6ac3df20ad6bb96dd7e25aa18f2f438a (diff)
downloadcpython-6abec1caffdba2e282b14fe57c6ce61974de4bbe.zip
cpython-6abec1caffdba2e282b14fe57c6ce61974de4bbe.tar.gz
cpython-6abec1caffdba2e282b14fe57c6ce61974de4bbe.tar.bz2
gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (#98711)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 97fd931..b5c1eb5 100755
--- a/configure
+++ b/configure
@@ -12507,7 +12507,7 @@ else
LIBEXPAT_CFLAGS="-I\$(srcdir)/Modules/expat"
LIBEXPAT_LDFLAGS="-lm \$(LIBEXPAT_A)"
- LIBEXPAT_INTERNAL="\$(LIBEXPAT_A)"
+ LIBEXPAT_INTERNAL="\$(LIBEXPAT_HEADERS) \$(LIBEXPAT_A)"
fi
@@ -13016,7 +13016,7 @@ else
LIBMPDEC_CFLAGS="-I\$(srcdir)/Modules/_decimal/libmpdec"
LIBMPDEC_LDFLAGS="-lm \$(LIBMPDEC_A)"
- LIBMPDEC_INTERNAL="\$(LIBMPDEC_A)"
+ LIBMPDEC_INTERNAL="\$(LIBMPDEC_HEADERS) \$(LIBMPDEC_A)"
if test "x$with_pydebug" = xyes; then :