mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
No bug: checking to see which tinderboxes don't have python available.
This commit is contained in:
parent
0a7a1a8aac
commit
ed0bb2cb11
@ -629,6 +629,11 @@ else
|
||||
AC_MSG_RESULT([yes])
|
||||
fi
|
||||
|
||||
AC_PATH_PROGS(PYTHON, $PYTHON python)
|
||||
if test -z "$PYTHON"; then
|
||||
AC_MSG_WARN([TinderboxPrint: python not found in \$PATH .])
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(DOXYGEN, doxygen, :)
|
||||
AC_PATH_PROG(WHOAMI, whoami, :)
|
||||
AC_PATH_PROG(AUTOCONF, autoconf, :)
|
||||
|
Loading…
Reference in New Issue
Block a user