-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67411/
-----------------------------------------------------------
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
-------
The checks now also apply if we run `configure` with disabled Python
bindings but enabled new CLI.
Diffs
-----
configure.ac 03d333d65bcab2e46cff0b1329e5ad7bb26da697
Diff: https://reviews.apache.org/r/67411/diff/1/
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