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 @@ -14381,7 +14381,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
14381
14381
$as_echo " $LDVERSION " >&6 ; }
14382
14382
14383
14383
14384
- LIBPL=" ${ prefix} /lib/python${VERSION} /config-${LDVERSION} "
14384
+ LIBPL=' $( prefix) ' " /lib/python${VERSION} /config-${LDVERSION} "
14385
14385
14386
14386
14387
14387
# Check whether right shifting a negative integer extends the sign bit
Original file line number Diff line number Diff line change @@ -4331,7 +4331,7 @@ AC_MSG_RESULT($LDVERSION)
4331
4331
4332
4332
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
4333
4333
AC_SUBST ( PY_ENABLE_SHARED )
4334
- LIBPL="${ prefix} /lib/python${VERSION}/config-${LDVERSION}"
4334
+ LIBPL='$( prefix)'" /lib/python${VERSION}/config-${LDVERSION}"
4335
4335
AC_SUBST ( LIBPL )
4336
4336
4337
4337
# Check whether right shifting a negative integer extends the sign bit
You can’t perform that action at this time.
0 commit comments