From: Brian Aker Date: Mon, 28 May 2012 03:09:14 +0000 (-0400) Subject: Make sure that gearman, is libtool'ized correctly. X-Git-Tag: 1.0.9~34^2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=6021ddb444fd6381e0f0875b387e10b6c49748e0 Make sure that gearman, is libtool'ized correctly. --- diff --git a/libtest/has.cc b/libtest/has.cc index 52e1d405..10e61cb6 100644 --- a/libtest/has.cc +++ b/libtest/has.cc @@ -82,7 +82,7 @@ bool has_gearmand() { std::stringstream arg_buffer; - if (getenv("PWD")) + if (getenv("PWD") and strcmp(MEMCACHED_BINARY, "gearmand/gearmand") == 0) { arg_buffer << getenv("PWD"); arg_buffer << "/";