~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plugin.ac

  • Committer: Brian Aker
  • Date: 2009-05-11 23:55:31 UTC
  • mfrom: (971.3.38 eday-dev)
  • Revision ID: brian@gaz-20090511235531-j6n8i97wg2tyfg51
Merge of Eric's work

Show diffs side-by-side

added added

removed removed

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