From: Monty Taylor Date: Sun, 10 Jan 2010 06:35:43 +0000 (-0800) Subject: Fixed a pandora-build check. X-Git-Tag: 0.37^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=4b565a6be5dfb94c3c2707ef563eeb102d1d61a5;p=m6w6%2Flibmemcached Fixed a pandora-build check. --- 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(); ]) ],[