diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-05-05 23:13:31 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-05-05 23:13:31 (GMT) |
commit | 4ccc1514d070cabe80e8cfa0469dc03c12d08be2 (patch) | |
tree | c6803346f43d453f6f9327b1c2210609028d3dae /configure | |
parent | 19dac071ef54340ec484d65f2c38dd3dd170fd8b (diff) | |
parent | e8042e5e98a8a368f7d067683269c7cd0f663dfd (diff) | |
download | cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.zip cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.gz cpython-4ccc1514d070cabe80e8cfa0469dc03c12d08be2.tar.bz2 |
- merge 3.4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |