From 6021ddb444fd6381e0f0875b387e10b6c49748e0 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 27 May 2012 23:09:14 -0400 Subject: [PATCH] Make sure that gearman, is libtool'ized correctly. --- libtest/has.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << "/"; -- 2.30.2