Sha256: b7e1e5a265db8849ec663c5451b43f919832e1e59895b32ea458dce3fe1361c3
Contents?: true
Size: 559 Bytes
Versions: 29
Compression:
Stored size: 559 Bytes
Contents
AC_DEFUN([ENABLE_UTILLIB],[ AC_ARG_ENABLE([utils], [AS_HELP_STRING([--disable-utils], [Disable libmemcachedutils @<:@default=on@:>@])], [BUILD_UTILLIB="$enableval"], [BUILD_UTILLIB="yes"]) if test "x$BUILD_UTILLIB" = "xyes"; then if test x"$acx_pthread_ok" != "xyes"; then AC_MSG_ERROR([Sorry you need POSIX thread library to build libmemcachedutil.]) fi AC_DEFINE([HAVE_LIBMEMCACHEDUTIL], [1], [Enables libmemcachedutil Support]) fi AM_CONDITIONAL([BUILD_LIBMEMCACHEDUTIL],[test "x$BUILD_UTILLIB" = "xyes"]) ])
Version data entries
29 entries across 29 versions & 5 rubygems