Allow use of python even when fedabipkgdiff is disabled
authorDodji Seketeli <dodji@redhat.com>
Tue, 17 Jul 2018 10:11:02 +0000 (12:11 +0200)
committerDodji Seketeli <dodji@redhat.com>
Tue, 17 Jul 2018 10:33:10 +0000 (12:33 +0200)
commit4b2dac627466f828fcdd394e0b5e4c60b557bf6a
tree5ed2e9eda0f9eb08c03457d069bd38ff3d430a15
parent5eb6d692ac7b0021890f8643c5866fbec550dd22
Allow use of python even when fedabipkgdiff is disabled

It turns out that when we disable fedabipkgdiff, we also disable
detection of python and the setting of the proper environment
variables that are expected by some makefiles down the road.  The
leads to the runtestdefaultsupprs.py test to be blocked at runtime
because the environement variable PYTHON is not defined.  This patch
fixes that.

* configure.ac: Detect the presence and version of python even
when fedabipkgdiff is disabled.

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