summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-17 19:58:33 -0500
committerRussell Bryant <russell@ovn.org>2016-02-22 15:17:27 -0500
commit8fb7d02686ed85ad799dfd902ea88d977dab1868 (patch)
tree6ff3d96c45b1aad17fa010dd62a5e635877c9624 /configure.ac
parent64eb96a9af0917a4c7b8e0441d2e49404fd247d5 (diff)
downloadopenvswitch-8fb7d02686ed85ad799dfd902ea88d977dab1868.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 49aa182d4..05d80d5dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ OVS_CHECK_OPENSSL
OVS_CHECK_LIBCAPNG
OVS_CHECK_LOGDIR
OVS_CHECK_PYTHON
+OVS_CHECK_PYTHON3
OVS_CHECK_FLAKE8
OVS_CHECK_DOT
OVS_CHECK_IF_PACKET