Merge lp:~trond-norbye/pandora-build/libhashkit-fixup into lp:pandora-build

Proposed by Trond Norbye
Status: Merged
Merged at revision: 207
Proposed branch: lp:~trond-norbye/pandora-build/libhashkit-fixup
Merge into: lp:pandora-build
Diff against target: 13 lines (+2/-1)
1 file modified
m4/pandora_have_libhashkit.m4 (+2/-1)
To merge this branch: bzr merge lp:~trond-norbye/pandora-build/libhashkit-fixup
Reviewer Review Type Date Requested Status
Monty Taylor Pending
Review via email: mp+26249@code.launchpad.net

Description of the change

Fixup of test failures on the mac...

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'm4/pandora_have_libhashkit.m4'
2--- m4/pandora_have_libhashkit.m4 2010-05-26 18:43:11 +0000
3+++ m4/pandora_have_libhashkit.m4 2010-05-27 21:34:27 +0000
4@@ -20,7 +20,8 @@
5 AC_LIB_HAVE_LINKFLAGS(hashkit,,[
6 #include <libhashkit/hashkit.h>
7 ],[
8- hashkit_st *kit = hashkit_create(NULL);
9+ hashkit_st foo;
10+ hashkit_st *kit = hashkit_create(&foo);
11 hashkit_free(kit);
12 ])
13 ],[

Subscribers

People subscribed via source and target branches

to all changes: