]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Issue #24122, fix quoting for LIBPL
authordoko@ubuntu.com <doko@ubuntu.com>
Tue, 5 May 2015 23:13:02 +0000 (01:13 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Tue, 5 May 2015 23:13:02 +0000 (01:13 +0200)
configure
configure.ac

index 1bb55ff3ea9b62e668c6722d82e4940d67888145..7b91f914d4a402b0d2f63b8c6a654191d6291682 100755 (executable)
--- a/configure
+++ b/configure
@@ -14030,7 +14030,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
 $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
index d06d7742fba473402a2d839cd2fa1641ea236dd8..3394d84ca3ca0b8a6445e8561e2582adeeb412be 100644 (file)
@@ -4115,7 +4115,7 @@ AC_MSG_RESULT($LDVERSION)
 
 dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
 AC_SUBST(PY_ENABLE_SHARED)
-LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
+LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
 AC_SUBST(LIBPL)
 
 # Check whether right shifting a negative integer extends the sign bit