8000 - merge 3.4 · python/cpython@4ccc151 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ccc151

Browse files
committed
- merge 3.4
2 parents 19dac07 + e8042e5 commit 4ccc151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14381,7 +14381,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
1438114381
$as_echo "$LDVERSION" >&6; }
1438214382< 8000 /code>

1438314383

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

1438614386

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4331,7 +4331,7 @@ AC_MSG_RESULT($LDVERSION)
43314331

43324332
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
43334333
AC_SUBST(PY_ENABLE_SHARED)
4334-
LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
4334+
LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
43354335
AC_SUBST(LIBPL)
43364336

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

0 commit comments

Comments
 (0)
0