~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

pandora-build v0.71. Added check for avahi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
 
2
name=memcached_functions
2
3
title=Memcached Client UDFs
3
4
description=UDF plugin for libmemcached
4
 
load_by_default=no
5
 
static=no
6
 
disabled=yes
 
5
load_by_default=yes
7
6
headers=memcached_functions.h 
8
7
        memc_get.h memc_get_by_key.h
9
8
        memc_set.h memc_set_by_key.h 
30
29
        memc_behavior_set.cc memc_behavior_get.cc 
31
30
        memc_increment.cc memc_decrement.cc
32
31
        memc_stats.cc
33
 
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
 
32
build_conditional="${ac_cv_libmemcached}" = "yes"
34
33
ldflags=${LTLIBMEMCACHED}
35
 
extra_dist=start_mc.sh.in
 
34
testsuite=memcached_functions
 
35
static=yes