From 5acd86480dd1a74eb379bc0111884e5190626d90 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 1 Jan 2010 21:10:47 -0800 Subject: [PATCH] Merged in pandora-build changes from gearman. --- m4/pandora_canonical.m4 | 2 +- m4/pandora_with_memcached.m4 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index cc945c1b..32574f98 100644 --- a/m4/pandora_canonical.m4 +++ b/m4/pandora_canonical.m4 @@ -4,7 +4,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Which version of the canonical setup we're using -AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.91]) +AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.92]) AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[ AC_ARG_ENABLE([fat-binaries], diff --git a/m4/pandora_with_memcached.m4 b/m4/pandora_with_memcached.m4 index 4aa1f2a0..81fc5955 100644 --- a/m4/pandora_with_memcached.m4 +++ b/m4/pandora_with_memcached.m4 @@ -25,6 +25,7 @@ AC_DEFUN([_PANDORA_SEARCH_MEMCACHED],[ ]) AC_DEFINE_UNQUOTED([MEMCACHED_BINARY], "$MEMCACHED_BINARY", [Name of the memcached binary used in make test]) + AM_CONDITIONAL([HAVE_MEMCACHED],[test "x$MEMCACHED_BINARY" != "xno"]) ]) AC_DEFUN([PANDORA_HAVE_MEMCACHED],[ -- 2.30.2