~tangent-trunk/libmemcached/1.0

« back to all changes in this revision

Viewing changes to configure.ac

Automagic merge of lp:~brianaker/libmemcached/libmemcached-gearman-remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
# Adding support for libtest
98
98
m4_include([libtest/yatl.m4])
99
99
 
100
 
CHECK_FOR_GEARMAND
101
 
CHECK_FOR_LIBGEARMAND
 
100
AM_CONDITIONAL([GEARMAND_BINARY],[false])
 
101
AM_CONDITIONAL([HAVE_LIBGEARMAN],[false])
 
102
AC_DEFINE([HAVE_LIBGEARMAN],[0],[Enables libgearman Support])
102
103
 
103
104
AM_CONDITIONAL([BUILDING_LIBMEMCACHED],[true])
104
105
AM_CONDITIONAL([HAVE_LIBMEMCACHED],[false])