Bug 1100925 - Changed old-configure.in to detect mingw32-make as a priority. r=gps

This is what we want on msys2 installations, since it is compliant and
installable with the package manager.

MozReview-Commit-ID: ARMcpJmbk2
***
Bug 1100925 - Have JS subconfigure recognize mingw32-make as a valid GMAKE. r?gps

MozReview-Commit-ID: Gg8FcgW7BHM

--HG--
extra : rebase_source : 5bd779812e52b8ce29ca078b41e2c12e1950de09
This commit is contained in:
Nathan Hakkakzadeh 2016-06-23 13:58:14 -07:00
Родитель 6a16b60f89
Коммит a0ff39704a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -437,7 +437,7 @@ fi
case "$host_os" in
mingw*)
MOZ_PATH_PROGS(GMAKE, $GMAKE $NOT_PYMAKE make gmake, :)
MOZ_PATH_PROGS(GMAKE, $GMAKE mingw32-make $NOT_PYMAKE make gmake, :)
;;
*)
MOZ_PATH_PROGS(GMAKE, $GMAKE $NOT_PYMAKE gmake make, :)

Просмотреть файл

@ -636,7 +636,7 @@ fi
case "$host_os" in
mingw*)
MOZ_PATH_PROGS(GMAKE, $GMAKE $NOT_PYMAKE make gmake, :)
MOZ_PATH_PROGS(GMAKE, $GMAKE mingw32-make $NOT_PYMAKE make gmake, :)
;;
*)
MOZ_PATH_PROGS(GMAKE, $GMAKE $NOT_PYMAKE gmake make, :)