configure: Check for presence of Python 3.
authorRussell Bryant <russell@ovn.org>
Fri, 18 Dec 2015 00:58:33 +0000 (19:58 -0500)
committerRussell Bryant <russell@ovn.org>
Mon, 22 Feb 2016 20:17:27 +0000 (15:17 -0500)
commit8fb7d02686ed85ad799dfd902ea88d977dab1868
tree6ff3d96c45b1aad17fa010dd62a5e635877c9624
parent64eb96a9af0917a4c7b8e0441d2e49404fd247d5
configure: Check for presence of Python 3.

The configure script already checked for Python 2 (>=2.7).  Add another
check for Python 3 (>=3.4).  This will be used later for automatically
running tests with Python 3 as well if available.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
configure.ac
m4/openvswitch.m4
tests/atlocal.in