Improve configure output when python is not installed
This commit is contained in:
parent
4ffbe8fc2c
commit
cc6804724f
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
if test $PYVER -le 2; then
|
||||
if test $PYVER -eq 1 -o $PYVER -eq 2; then
|
||||
AC_MSG_CHECKING(for Python prefix)
|
||||
PYPREFIX=`($PYTHON -c "import sys; sys.stdout.write(sys.prefix)") 2>/dev/null`
|
||||
AC_MSG_RESULT($PYPREFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue