summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-05-05 23:13:31 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-05-05 23:13:31 (GMT)
commit4ccc1514d070cabe80e8cfa0469dc03c12d08be2 (patch)
treec6803346f43d453f6f9327b1c2210609028d3dae /configure
parent19dac071ef54340ec484d65f2c38dd3dd170fd8b (diff)
parente8042e5e98a8a368f7d067683269c7cd0f663dfd (diff)
downloadcpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.zip
cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.gz
cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.bz2
- merge 3.4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5181f0..b6bcbbe 100755
--- a/configure
+++ b/configure
@@ -14381,7 +14381,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