~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-02 23:20:11 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 978.
  • Revision ID: mordred@inaugust.com-20090402232011-enjrxb943ndowc08
Turned off static build of logging_gearman. It breaks builds without gearman but with --with-plugins=all.

Show diffs side-by-side

added added

removed removed

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