> On Aug. 26, 2014, 12:56 a.m., Timothy St. Clair wrote: > > Sorry for the lag, I'm still catching up post #MesosCon
You can mark as submitted. commit a56be86b950c2f64fa98d7f55488afbc7c68e468 Author: Chris Heller <[email protected]> Date: Tue Aug 26 11:08:01 2014 -0500 - Timothy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24407/#review51474 ----------------------------------------------------------- On Aug. 15, 2014, 9:14 p.m., Chris Heller wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24407/ > ----------------------------------------------------------- > > (Updated Aug. 15, 2014, 9:14 p.m.) > > > Review request for mesos and Timothy St. Clair. > > > Repository: mesos-git > > > Description > ------- > > If libcurl.a is located on a non-standard path, the test for libcurl in the > configure script fails, even if the path is specified in LDFLAGS. > > To work around this we can use curl-config to provide the needed path and > link options to the compiler. > > This patch modifies configure.ac to check for curl-config and use its output > as an argument to AC_CHECK_LIB if possible. > > > Diffs > ----- > > configure.ac 87bfb7e > > Diff: https://reviews.apache.org/r/24407/diff/ > > > Testing > ------- > > Tested this on Ubuntu 12.04 against master with libcurl in a path not > included in LDFLAGS. > > > File Attachments > ---------------- > > Add --with-curl, --with-sasl2, --with-zlib to configure > > https://reviews.apache.org/media/uploaded/files/2014/08/11/32382e61-68c9-44d4-8a39-a80c3f9e24e1__0000_configure_with_libs.patch > > > Thanks, > > Chris Heller > >
