From: doko@ubuntu.com Date: Tue, 5 May 2015 23:13:02 +0000 (+0200) Subject: - Issue #24122, fix quoting for LIBPL X-Git-Tag: v3.5.0b1~242^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8042e5e98a8a368f7d067683269c7cd0f663dfd;p=thirdparty%2FPython%2Fcpython.git - Issue #24122, fix quoting for LIBPL --- diff --git a/configure b/configure index 1bb55ff3ea9b..7b91f914d4a4 100755 --- 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 diff --git a/configure.ac b/configure.ac index d06d7742fba4..3394d84ca3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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