summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-05-06 01:13:02 +0200
committerdoko@ubuntu.com <doko@ubuntu.com>2015-05-06 01:13:02 +0200
commite8042e5e98a8a368f7d067683269c7cd0f663dfd (patch)
tree0bffc08e977c257ad919981578327fd3a79ece36 /configure
parentd0150ad59ee5bb1be2f5f75c6fef17c23cd00c8b (diff)
downloadcpython-git-e8042e5e98a8a368f7d067683269c7cd0f663dfd.tar.gz
- Issue #24122, fix quoting for LIBPL
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1bb55ff3ea..7b91f914d4 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