projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
7223aa6
)
Fixed a pandora-build check.
author
Monty Taylor
<mordred@inaugust.com>
Sun, 10 Jan 2010 06:35:43 +0000
(22:35 -0800)
committer
Monty Taylor
<mordred@inaugust.com>
Sun, 10 Jan 2010 06:35:43 +0000
(22:35 -0800)
m4/pandora_have_libmemcached.m4
patch
|
blob
|
history
diff --git
a/m4/pandora_have_libmemcached.m4
b/m4/pandora_have_libmemcached.m4
index e8b3e3ef7e677255528c22754bf26f7cb28cccde..25c056131ea9789721df2dcb8d302db9a224181a 100644
(file)
--- 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 <libmemcached/protocol_handler.h>
],[
- struct memcached_protocol_st *protocol_handle
= NULL
;
+ struct memcached_protocol_st *protocol_handle;
protocol_handle= memcached_protocol_create_instance();
])
],[