~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ac

  • Committer: Eric Day
  • Date: 2009-05-09 16:43:18 UTC
  • mto: (971.3.38 eday-dev)
  • mto: This revision was merged to the branch mainline in revision 1011.
  • Revision ID: eday@oddments.org-20090509164318-yjunljvodim0bzv5
Fixed more autoconf bugs.

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 gearman_udf plugin.]))