Merge in bug fix for 677609
[m6w6/libmemcached] / libhashkit / algorithm.c
index e8f859e879cfe8ad67ec5666dffc20d9f5ccbc99..0f0f9f01e3f4107e59233423aae010bc097e911e 100644 (file)
@@ -45,10 +45,12 @@ uint32_t libhashkit_hsieh(const char *key, size_t key_length)
 }
 #endif
 
+#ifdef HAVE_MURMUR_HASH
 uint32_t libhashkit_murmur(const char *key, size_t key_length)
 {
   return hashkit_murmur(key, key_length, NULL);
 }
+#endif
 
 uint32_t libhashkit_jenkins(const char *key, size_t key_length)
 {