Fix MinGW configure bootstrap
authorJonathan Liu <net147@gmail.com>
Fri, 24 Feb 2012 11:36:59 +0000 (22:36 +1100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 25 Feb 2012 14:28:11 +0000 (15:28 +0100)
commitbc8bc6018e8ad34512d3de3265f7ad34f91f59ff
treeca639632b5bed24dca1bd617d57c72a3f3acf0a6
parentf5a03eec2d0f12917572bfa9cb48b4145768480a
Fix MinGW configure bootstrap

Makefile.mingw was using the test command which requires sh.exe. This
adds support for bootstrap using cmd.exe instead.

Change-Id: Ieb67843170d2745ce119cc8feaa5433aa82fd7d7
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/Makefile.mingw