From 4b565a6be5dfb94c3c2707ef563eeb102d1d61a5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 9 Jan 2010 22:35:43 -0800 Subject: [PATCH] Fixed a pandora-build check. --- m4/pandora_have_libmemcached.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/pandora_have_libmemcached.m4 b/m4/pandora_have_libmemcached.m4 index e8b3e3ef..25c05613 100644 --- a/m4/pandora_have_libmemcached.m4 +++ b/m4/pandora_have_libmemcached.m4 @@ -27,7 +27,7 @@ AC_DEFUN([_PANDORA_SEARCH_LIBMEMCACHED],[ AC_LIB_HAVE_LINKFLAGS(memcachedprotocol,,[ #include ],[ - struct memcached_protocol_st *protocol_handle= NULL; + struct memcached_protocol_st *protocol_handle; protocol_handle= memcached_protocol_create_instance(); ]) ],[ -- 2.30.2