~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to m4/pandora_have_libgearman.m4

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-02-14 08:13:28 UTC
  • Revision ID: package-import@ubuntu.com-20120214081328-qwikj4mxbuvveo93
Tags: 2011.03.13-0ubuntu5
* Add gearman-includes.patch: Fix include path for current gearmand version.
* Rebuild against libgearman6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
  AS_IF([test "x$ac_enable_libgearman" = "xyes"],[
20
20
    AC_LIB_HAVE_LINKFLAGS(gearman,,[
21
 
      #include <libgearman/gearman.h>
 
21
      #include <libgearman-1.0/gearman.h>
22
22
    ],[
23
23
      gearman_client_st gearman_client;
24
24
      gearman_client_context(&gearman_client);