Sha256: 3d30ed2690f0ff781c05bf0501bec6ee02b87e5427e0d2acecf4d01ce514320f

Contents?: true

Size: 661 Bytes

Versions: 2

Compression:

Stored size: 661 Bytes

Contents

dnl  Copyright (C) 2010 Brian Aker
dnl This file is free software; Brian Aker
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([PANDORA_WITH_VALGRIND],[

  AC_ARG_WITH([valgrind],
    [AS_HELP_STRING([--with-valgrind],
       [Add additional valgrind code for testing with valgrind.])],
    [with_valgrind=yes],
    [with_valgrind=no])
  AM_CONDITIONAL(HAVE_VALGRIND,[test "x${with_valgrind}" = "xyes"])
  AS_IF([test "x$with_valgrind" = "xyes"],
        AC_DEFINE([HAVE_VALGRIND],[1],
                  [Add additional valgrind code for testing with valgrind.]))
])

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couchbase-memcached-1.2.9 ext/libmemcached-0.50/m4/pandora_with_valgrind.m4
couchbase-memcached-1.2.8 ext/libmemcached-0.50/m4/pandora_with_valgrind.m4