summaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
parent19dac071ef54340ec484d65f2c38dd3dd170fd8b (diff)
parente8042e5e98a8a368f7d067683269c7cd0f663dfd (diff)
downloadcpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.zip
cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.gz
cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.bz2
- 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 9b12dbf..4030e33 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