зеркало из https://github.com/mozilla/gecko-dev.git
Bug 547083, configure bails for Python 2.6. check for and use py2.6. r=ted
This commit is contained in:
Родитель
48038898c7
Коммит
d3332ffa9b
|
@ -834,7 +834,7 @@ else
|
|||
AC_MSG_RESULT([yes])
|
||||
fi
|
||||
|
||||
MOZ_PATH_PROGS(PYTHON, $PYTHON python2.5 python2.4 python)
|
||||
MOZ_PATH_PROGS(PYTHON, $PYTHON python2.6 python2.5 python2.4 python)
|
||||
if test -z "$PYTHON"; then
|
||||
AC_MSG_ERROR([python was not found in \$PATH])
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче