-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49262/
-----------------------------------------------------------
Review request for mesos, Avinash sridharan and Jie Yu.
Bugs: MESOS-5646
https://issues.apache.org/jira/browse/MESOS-5646
Repository: mesos
Description
-------
Added '--enable-netlink' into configure.ac.
Diffs
-----
configure.ac 321436beb8ad87bb5727932eb2943986fe558237
Diff: https://reviews.apache.org/r/49262/diff/
Testing
-------
After running `bootstrap` script, the newly introduced flag
`"--enable-netlink"` will appear in the `configure` script:
```
$ ../configure --help
`configure' configures mesos 1.0.0 to adapt to many kinds of systems.
...
--enable-netlink enable netlink for transferring miscellaneous
networking information between the kernel space and
userspace processes default: no
...
```
Thanks,
Qian Zhang