-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67411/
-----------------------------------------------------------
(Updated June 15, 2018, 1:16 p.m.)
Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, Eric Chung,
and Kevin Klues.
Bugs: MESOS-8955
https://issues.apache.org/jira/browse/MESOS-8955
Repository: mesos
Description (updated)
-------
The checks now also apply if we run configure with disabled Python
bindings but enabled new CLI. Another check regarding the Python
version has been kept separated as we will use different Python
versions for both components in a later commit.
Diffs (updated)
-----
configure.ac f5a9d5bded40d2af6df7fe872395b076cbd37123
Diff: https://reviews.apache.org/r/67411/diff/3/
Changes: https://reviews.apache.org/r/67411/diff/2-3/
Testing
-------
```
$ PYTHON=yolo PYTHON_VERSION=3 ../configure --disable-java --disable-python
--enable-new-cli
...
configure: error: only specify one of PYTHON or PYTHON_VERSION
```
Thanks,
Armand Grillet