Sha256: f9413e1c87743f9b76636b53d11bcbfb58de4233e6de23375c88f29c8406c6d0
Contents?: true
Size: 839 Bytes
Versions: 2
Compression:
Stored size: 839 Bytes
Contents
dnl --------------------------------------------------------------------------- dnl Macro: ENABLE_HSIEH_HASH dnl --------------------------------------------------------------------------- AC_DEFUN([ENABLE_HSIEH_HASH], [AC_ARG_ENABLE([hsieh_hash], [AS_HELP_STRING([--enable-hsieh_hash], [build with support for hsieh hashing. @<:@default=off@:>@])], [ac_cv_enable_hsieh_hash=yes], [ac_cv_enable_hsieh_hash=no]) AS_IF([test "$ac_cv_enable_hsieh_hash" = "yes"], [AC_DEFINE([HAVE_HSIEH_HASH], [1], [Enables hsieh hashing support])]) AM_CONDITIONAL([INCLUDE_HSIEH_SRC], [test "$ac_cv_enable_hsieh_hash" = "yes"]) ]) dnl --------------------------------------------------------------------------- dnl End Macro: ENABLE_HSIEH_HASH dnl ---------------------------------------------------------------------------
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couchbase-memcached-1.2.9 | ext/libmemcached-0.50/m4/hsieh.m4 |
couchbase-memcached-1.2.8 | ext/libmemcached-0.50/m4/hsieh.m4 |