]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build when default python is python3
authorLénaïc Huard <lenaic@lhuard.fr.eu.org>
Tue, 17 Dec 2013 17:53:28 +0000 (18:53 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 17 Dec 2013 18:13:13 +0000 (11:13 -0700)
commiteafe4076eabe05f111cd6d793786e7434efda5f9
treed91e57a54e96623ad1d0a100b3e584498cad2a0b
parenta13051b2242a32b024811c064ddb10b14f559513
Fix build when default python is python3

As the python generator scripts are written in python2,
the ./configure script must check for python2 before checking for python
otherwise, on platforms where both python2 and python3 are available and
on which the default python points to python3, ./configure will try to use
the wrong one.

Signed-off-by: Lénaïc Huard <lenaic@lhuard.fr.eu.org>
configure.ac