-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36811/
-----------------------------------------------------------
(Updated July 29, 2015, 7:16 a.m.)
Review request for mesos, Adam B and Niklas Nielsen.
Bugs: MESOS-2480
https://issues.apache.org/jira/browse/MESOS-2480
Repository: mesos
Description
-------
Don't check protobuf jar when --disable-java flag.
Diffs
-----
configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500
Diff: https://reviews.apache.org/r/36811/diff/
Testing (updated)
-------
../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[----------] Global test environment tear-down
[==========] 644 tests from 91 test cases ran. (431596 ms total)
[ PASSED ] 644 tests.
```
../configure
make -j4
make check
```
[----------] Global test environment tear-down
[==========] 685 tests from 98 test cases ran. (554759 ms total)
[ PASSED ] 685 tests.
```
../configure --disable-java
make -j4
make check
```
[----------] Global test environment tear-down
[==========] 644 tests from 91 test cases ran. (427688 ms total)
[ PASSED ] 644 tests.
```
../configure --with-protobuf=/usr/local
make -j4
make check
```
[----------] Global test environment tear-down
[==========] 685 tests from 98 test cases ran. (551493 ms total)
[ PASSED ] 685 tests.
```
Thanks,
haosdent huang