-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18947/
-----------------------------------------------------------
Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, Niklas Nielsen,
and Vinod Kone.
Bugs: MESOS-550
https://issues.apache.org/jira/browse/MESOS-550
Repository: mesos-git
Description
-------
The python-egg build-process now checks if libzookeeper_mt.a has been produced.
Added LDFLAGS propagation into setup.py.
Diffs
-----
src/python/setup.py.in 02f00ef
Diff: https://reviews.apache.org/r/18947/diff/
Testing
-------
../configure CPPFLAGS=-I/usr/local/include/zookeeper LDFLAGS=-L/usr/local/lib
--without-included-zookeeper
make check
and
../configure
make check
Thanks,
Till Toenshoff