~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plug.in

  • Committer: Monty Taylor
  • Date: 2009-04-01 01:25:47 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090401012547-6qss4i4sx8ctj34i
Made logging_gearman not mandatory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        [Logging Plugin that logs to Gearman.])
3
3
DRIZZLE_PLUGIN_DYNAMIC(logging_gearman, [liblogging_gearman.la])
4
4
DRIZZLE_PLUGIN_STATIC(logging_gearman, [liblogging_gearman.a])
5
 
DRIZZLE_PLUGIN_MANDATORY(logging_gearman)  dnl Default
6
5
DRIZZLE_PLUGIN_ACTIONS(logging_gearman, [
7
6
AC_LIB_HAVE_LINKFLAGS(gearman,,
8
7
  [#include <libgearman/gearman.h>],