On 2016/06/08 13:13, Frederic Cambus wrote: > On Tue, Jun 07, 2016 at 10:11:52PM +0100, Stuart Henderson wrote: > > > autoconf picks up gtest and gflags, please either add BUILD_DEPENDS > > on these, or tell autoconf not to use them. > > > > .. > > checking for 'gtest-config'... checking for gtest-config... > > /usr/local/bin/gtest-config > > /usr/local/bin/gtest-config > > checking for Google Test... yes > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for gflags... no > > Added CONFIGURE_ARGS += --disable-gtest to disable using gtest. > > Regarding gflags, it's not used unless explicitely enabled with the > --with-gflags configure argument, which we don't enable. > > New tarball attached. >
OK with me.
