]> git.proxmox.com Git - mirror_ovs.git/commit
m4: handle configuring with PYTHON="/usr/bin/env python" etc
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 3 Oct 2018 20:23:07 +0000 (13:23 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 3 Oct 2018 21:27:33 +0000 (14:27 -0700)
commit7837818b27c5d55dd1ef4309e3ca83089980459a
treef99ecfd63466fc84a6f65d7aefa6be139f34dc6f
parent90ddb3aa7a023e89540f48d444436937f3953402
m4: handle configuring with PYTHON="/usr/bin/env python" etc

It may sometimes be desirable to have the python path determined at
run time, ie by setting PYTHON="/usr/bin/env python" etc.

Unfortunately that currently fails as $ovs_cv_python2 and
$ovs_cv_python3 are not always quoted and therefore fail to parse
correctly if PYTHON / PYTHON2 / PYTHON3 are set to values containing
spaces.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
m4/openvswitch.m4