~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libhashkit.m4

Updated pandora-build files to version 0.133

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    AC_LIB_HAVE_LINKFLAGS(hashkit,,[
21
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
25
      hashkit_free(kit);
25
26
    ])
26
27
  ],[