git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f4fa6
)
python: Newer versions want parentheses around arguments of "print"
author
Hilko Bengen
<bengen@hilluzination.de>
Mon, 22 Aug 2011 18:42:09 +0000
(20:42 +0200)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 16 Sep 2011 15:15:36 +0000
(16:15 +0100)
(cherry picked from commit
54911bdd325393d1f7f2861f298463c364b45469
)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1bc1950
..
ae05334
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-554,11
+554,11
@@
AS_IF([test "x$enable_python" != "xno"],
if test "x$PYTHON" != "xno"; then
AC_MSG_CHECKING([Python prefix])
- PYTHON_PREFIX=`$PYTHON -c "import sys; print
sys.prefix
"`
+ PYTHON_PREFIX=`$PYTHON -c "import sys; print
(sys.prefix)
"`
AC_MSG_RESULT([$PYTHON_PREFIX])
AC_MSG_CHECKING([Python version])
- PYTHON_VERSION=`$PYTHON -c "import sys; print
sys.version[[0:3]]
"`
+ PYTHON_VERSION=`$PYTHON -c "import sys; print
(sys.version[[0:3]])
"`
AC_MSG_RESULT([$PYTHON_VERSION])
for d in \