~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plugin.ac

  • Committer: Monty Taylor
  • Date: 2009-07-14 22:35:09 UTC
  • mto: (1093.1.16 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090714223509-og937ckubmxomn89
pandora-buildĀ v0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_LIB_HAVE_LINKFLAGS(gearman,,
2
 
  [#include <libgearman/gearman.h>],
3
 
  [
4
 
     gearman_client_st gearman_client;
5
 
     gearman_version();
6
 
  ])
 
1
PANDORA_HAVE_LIBGEARMAN
7
2
AS_IF([test "x$ac_cv_libgearman" = "xno"],
8
3
      AC_MSG_WARN([libgearman not found: not building logging_gearman plugin.]))
 
4
 
9
5
DRIZZLED_PLUGIN_DEP_LIBS="${DRIZZLED_PLUGIN_DEP_LIBS} ${LTLIBGEARMAN}"