Commit e8042e5e authored by doko@ubuntu.com's avatar doko@ubuntu.com

- Issue #24122, fix quoting for LIBPL

parent d0150ad5
...@@ -14030,7 +14030,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)' ...@@ -14030,7 +14030,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
$as_echo "$LDVERSION" >&6; } $as_echo "$LDVERSION" >&6; }
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}" LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
# Check whether right shifting a negative integer extends the sign bit # Check whether right shifting a negative integer extends the sign bit
......
...@@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION) ...@@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION)
dnl define LIBPL after ABIFLAGS and LDVERSION is defined. dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
AC_SUBST(PY_ENABLE_SHARED) AC_SUBST(PY_ENABLE_SHARED)
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}" LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
AC_SUBST(LIBPL) AC_SUBST(LIBPL)
# Check whether right shifting a negative integer extends the sign bit # Check whether right shifting a negative integer extends the sign bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment