~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to m4/memcached.m4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AX_WITH_PROG(MEMCACHED_BINARY,memcached)
2
2
AS_IF([test -f "$ac_cv_path_MEMCACHED_BINARY"],
3
3
      [
 
4
        AC_DEFINE([HAVE_MEMCACHED_BINARY], [1], [If Memcached binary is available])
4
5
        AC_DEFINE_UNQUOTED([MEMCACHED_BINARY], "$ac_cv_path_MEMCACHED_BINARY", [Name of the memcached binary used in make test])
5
6
       ],
6
7
       [
 
8
        AC_DEFINE([HAVE_MEMCACHED_BINARY], [0], [If Memcached binary is available])
7
9
        AC_DEFINE([MEMCACHED_BINARY], [0], [Name of the memcached binary used in make test])
8
10
      ])