summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2015-05-06 01:13:31 +0200
committerdoko <doko@ubuntu.com>2015-05-06 01:13:31 +0200
commit8dccdc69d4f015f34b26a74849682d85948b0c9d (patch)
tree513e1e48b8927fb8004fb50680d89a82745e1a10 /configure.ac
parentdd9c10076f29e4a062df02e242c7acfab89a739a (diff)
parent2ee339f0dfe81895cf9b0410c316d5cd08c42b1c (diff)
downloadcpython-8dccdc69d4f015f34b26a74849682d85948b0c9d.tar.gz
- merge 3.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b12dbfd1a..4030e338bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4331,7 +4331,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