Fix Python3 compatibility.

[SVN r75012]
This commit is contained in:
Stefan Seefeld 2011-10-17 13:25:36 +00:00
parent 76702f976b
commit 8d1cf80ea8

View file

@ -277,7 +277,7 @@ if test "x$flag_no_python" = x; then
if test "x$PYTHON_ROOT" = x; then
echo -n "Detecting Python root... "
PYTHON_ROOT=`$PYTHON -c "import sys; print sys.prefix"`
PYTHON_ROOT=`$PYTHON -c "import sys; print(sys.prefix)"`
echo $PYTHON_ROOT
fi
fi