File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14030,7 +14030,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
14030
14030
$as_echo " $LDVERSION " >&6 ; }
14031
14031
14032
14032
14033
- LIBPL=" ${ prefix} /lib/python${VERSION} /config-${LDVERSION} "
14033
+ LIBPL=' $( prefix) ' " /lib/python${VERSION} /config-${LDVERSION} "
14034
14034
14035
14035
14036
14036
# Check whether right shifting a negative integer extends the sign bit
Original file line number Diff line number Diff line change @@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION)
4115
4115
4116
4116
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
4117
4117
AC_SUBST ( PY_ENABLE_SHARED )
4118
- LIBPL="${ prefix} /lib/python${VERSION}/config-${LDVERSION}"
4118
+ LIBPL='$( prefix)'" /lib/python${VERSION}/config-${LDVERSION}"
4119
4119
AC_SUBST ( LIBPL )
4120
4120
4121
4121
# Check whether right shifting a negative integer extends the sign bit
You can’t perform that action at this time.
0 commit comments