1 dnl ---------------------------------------------------------------------------
3 dnl ---------------------------------------------------------------------------
4 AC_ARG_ENABLE(hsieh_hash,
5 [ --enable-hsieh_hash build with support for hsieh hashing.],
7 if test "x$enableval" != "xno"; then
9 AC_DEFINE([HAVE_HSIEH_HASH], [1], [Enables hsieh hashing support])
19 AM_CONDITIONAL([INCLUDE_HSIEH_SRC], [test "x$ENABLE_HSIEH" = "xtrue"])
20 dnl ---------------------------------------------------------------------------
21 dnl End Macro: HSIEH_HASH
22 dnl ---------------------------------------------------------------------------