~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libgearman.m4

  • Committer: Eric Day
  • Date: 2009-09-30 08:23:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1150.
  • Revision ID: eday@oddments.org-20090930082303-r1oh3in54ynvzr1l
Argh, NULL not defined for test, no std headers. Switched function to check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
      #include <libgearman/gearman.h>
22
22
    ],[
23
23
      gearman_client_st gearman_client;
24
 
      gearman_client_set_context(&gearman_client, NULL);
 
24
      gearman_client_context(&gearman_client);
25
25
    ])
26
26
  ],[
27
27
    ac_cv_libgearman="no"