]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Python tests must be done before help message
authorStefan Weil <sw@weilnetz.de>
Wed, 18 Dec 2013 21:30:26 +0000 (22:30 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 1 Jan 2014 14:03:55 +0000 (18:03 +0400)
commitf6f0b7d90fe0c481d33165334b4a595fa514c202
tree5176b10993e425e32f0dfdb5acdbe4fb4e618fb6
parent08fb77ed391dcbb35ba98fd98d81635a9f6aeb12
configure: Python tests must be done before help message

The help message uses $python and displays its value, so that macro
should be tested and set early.

With this modification, configure --help displays the correct value
(usually python -B) and no longer creates several *.pyc files.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure