~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-11-25 07:05:58 UTC
  • mfrom: (1192.3.39 pandora-build)
  • Revision ID: brian@gaz-20091125070558-mzf1m5etiwb841jb
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
load_by_default=yes
6
6
headers=stats_table.h analysis_table.h sysvar_holder.h
7
7
sources=memcached_stats.cc stats_table.cc analysis_table.cc
8
 
build_conditional="${ac_cv_libmemcached}" = "yes"
 
8
build_conditional="${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
9
9
ldflags=${LTLIBMEMCACHED}
10
10
testsuite=memcached_stats
11
11
static=yes