aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 9e2995dd6..9dbc84c9b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -202,7 +202,7 @@
#if (defined(__i386__) || defined(__x86_64__) || defined(_M_IX86))
/* Use murmur hash for UTHash for these platforms */
-#define HASH_FUNCTION MUR
+#define HASH_FUNCTION HASH_MUR
#define HASH_USING_NO_STRICT_ALIASING
#endif
/* Configure allocator */