-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35766/
-----------------------------------------------------------
(Updated June 23, 2015, 5:20 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Addressed Jie's comments.
Bugs: MESOS-1856
https://issues.apache.org/jira/browse/MESOS-1856
Repository: mesos
Description
-------
This allows us to specify alternate libnl installation location.
Diffs (updated)
-----
configure.ac 563e9c529444b3e980db6d04173f0d016a737c74
src/Makefile.am e7de0f3d1a5efeaef47d5074defe3b40db94f573
Diff: https://reviews.apache.org/r/35766/diff/
Testing
-------
Tested with:
```
../configure --with-network-isolator --with-libnl=/usr/local
LDFLAGS="-L/usr/local/lib64"
```
On systems that do not use `lib64` for 64-bit libraries, the LDFLAGS options
isn't needed.
Thanks,
Kapil Arya