summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-05-05 23:13:02 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-05-05 23:13:02 (GMT)
commite8042e5e98a8a368f7d067683269c7cd0f663dfd (patch)
tree0bffc08e977c257ad919981578327fd3a79ece36 /configure.ac
parentd0150ad59ee5bb1be2f5f75c6fef17c23cd00c8b (diff)
downloadcpython-e8042e5e98a8a368f7d067683269c7cd0f663dfd.zip
cpython-e8042e5e98a8a368f7d067683269c7cd0f663dfd.tar.gz
cpython-e8042e5e98a8a368f7d067683269c7cd0f663dfd.tar.bz2
- Issue #24122, fix quoting for LIBPL
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 d06d774..3394d84 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