-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37493/
-----------------------------------------------------------
(Updated Aug. 19, 2015, 12:33 a.m.)
Review request for mesos, Joris Van Remoortere, Marco Massenzio, Till
Toenshoff, and Timothy Chen.
Changes
-------
Reordered the changes to configure.ac
Bugs: MESOS-1010
https://issues.apache.org/jira/browse/MESOS-1010
Repository: mesos
Description
-------
Detect gflags when present and link when building Python module
Diffs (updated)
-----
configure.ac db0632d60a6d82ab396931b4d913f34b625a45a7
Diff: https://reviews.apache.org/r/37493/diff/
Testing
-------
Did the following:
../configure && make && make check
For each of these cases:
1. using bundled glog, with gflags not installed
2. using bundled glog, with gflags installed
3. using system glog (built without gflags) via --with-glog=..., with gflags
not installed
4. using system glog (built without gflags) via --with-glog=..., with gflags
installed
5. using system glog (built with gflags) via --with-glog=..., with gflags
installed
Test suite passes in all cases.
Thanks,
Greg Mann