Handle cases where no python2 interpreter is found
authorDodji Seketeli <dodji@redhat.com>
Wed, 16 May 2018 12:28:08 +0000 (14:28 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 16 May 2018 12:28:08 +0000 (14:28 +0200)
commit8ce367570f33b956ad95bf80c06edc8e0fbe41e4
tree156435765462e2305b375341b57a4bf24afaed90
parent899cc4b601ba707cee3741ac69f28e1793cdf367
Handle cases where no python2 interpreter is found

If no python2 interpreter is found and only a python3 one is found,
then use that one rather than just bailing.

* configure.ac: When no python2 is found and only python3 is
found, then use python3.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac