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
=== modified file 'm4/pandora_have_libhashkit.m4'
--- m4/pandora_have_libhashkit.m4 2010-05-26 18:43:11 +0000
+++ m4/pandora_have_libhashkit.m4 2010-05-27 21:34:27 +0000
@@ -20,7 +20,8 @@
20 AC_LIB_HAVE_LINKFLAGS(hashkit,,[20 AC_LIB_HAVE_LINKFLAGS(hashkit,,[
21 #include <libhashkit/hashkit.h>21 #include <libhashkit/hashkit.h>
22 ],[22 ],[
23 hashkit_st *kit = hashkit_create(NULL);23 hashkit_st foo;
24 hashkit_st *kit = hashkit_create(&foo);
24 hashkit_free(kit);25 hashkit_free(kit);
25 ])26 ])
26 ],[27 ],[

Subscribers

People subscribed via source and target branches

to all changes: