Skip to content

Commit e8042e5

Browse files
committed
- Issue #24122, fix quoting for LIBPL
1 parent d0150ad commit e8042e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -14030,7 +14030,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
1403014030
$as_echo "$LDVERSION" >&6; }
1403114031

1403214032

14033-
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
14033+
LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
1403414034

1403514035

1403614036
# Check whether right shifting a negative integer extends the sign bit

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION)
41154115

41164116
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
41174117
AC_SUBST(PY_ENABLE_SHARED)
4118-
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
4118+
LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
41194119
AC_SUBST(LIBPL)
41204120

41214121
# Check whether right shifting a negative integer extends the sign bit

0 commit comments

Comments
 (0)