X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=m4%2Fpandora_have_libhashkit.m4;fp=m4%2Fpandora_have_libhashkit.m4;h=4e7965e5f60011ae3f61db93b6dbff2328fae4e3;hb=c1a8ae2ab7557b9c167e022182b810d3e2cd43ce;hp=a10c9aca958f3f2698df2f62790950d9285a2ae6;hpb=384c4412ee2b025af12d1813ab71ef8d0e3d8a73;p=awesomized%2Flibmemcached diff --git a/m4/pandora_have_libhashkit.m4 b/m4/pandora_have_libhashkit.m4 index a10c9aca..4e7965e5 100644 --- a/m4/pandora_have_libhashkit.m4 +++ b/m4/pandora_have_libhashkit.m4 @@ -20,7 +20,8 @@ AC_DEFUN([_PANDORA_SEARCH_LIBHASHKIT],[ AC_LIB_HAVE_LINKFLAGS(hashkit,,[ #include ],[ - hashkit_st *kit = hashkit_create(NULL); + hashkit_st foo; + hashkit_st *kit = hashkit_create(&foo); hashkit_free(kit); ]) ],[