~trevor/libmemcached/dead-retry

« back to all changes in this revision

Viewing changes to m4/libgearman.m4

Merge in fix for GEARMAND_BINARY issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AX_CHECK_LIBRARY([LIBGEARMAN], [libgearman/gearmand.h], [gearman], 
 
2
                  [
 
3
                    AM_CONDITIONAL(HAVE_LIBGEARMAN, true)
 
4
                    AC_DEFINE([HAVE_LIBGEARMAN], [1], [Enables libgearman Support])
 
5
                  ], 
 
6
                  [
 
7
                    AM_CONDITIONAL(HAVE_LIBGEARMAN, false)
 
8
                    AC_DEFINE([HAVE_LIBGEARMAN], [0], [Enables libgearman Support])
 
9
                  ])