mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
- Issue #24122, fix quoting for LIBPL
This commit is contained in:
parent
d0150ad59e
commit
e8042e5e98
2 changed files with 2 additions and 2 deletions
|
@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION)
|
|||
|
||||
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
|
||||
AC_SUBST(PY_ENABLE_SHARED)
|
||||
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
|
||||
LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
|
||||
AC_SUBST(LIBPL)
|
||||
|
||||
# Check whether right shifting a negative integer extends the sign bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue