Fix for test cases to make sure memcached is around.
[m6w6/libmemcached] / tests / memdump.cc
index a8720e5b272c2fc520285c99dfd51cf910519f0b..ac1619c317fbbb1372bb49ecc4e7a3f6dc85e0b4 100644 (file)
@@ -112,7 +112,7 @@ collection_st collection[] ={
 
 static void *world_create(server_startup_st& servers, test_return_t& error)
 {
-  if (HAVE_MEMCACHED_BINARY == 0)
+  if (libtest::has_memcached() == false)
   {
     error= TEST_SKIPPED;
     return NULL;