~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ac

  • Committer: Jay Pipes
  • Date: 2009-03-13 23:35:46 UTC
  • mto: This revision was merged to the branch mainline in revision 937.
  • Revision ID: jpipes@serialcoder-20090313233546-n12t6xpf71um75fo
Split index hints out into their own file, removal from sql_lex.h and sql_select.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PANDORA_HAVE_LIBGEARMAN
2
 
AS_IF([test "x$ac_cv_libgearman" = "xno"],
3
 
      AC_MSG_WARN([libgearman not found: not building gearman_udf plugin.]))
4
 
 
5
 
PANDORA_ADD_PLUGIN_DEP_LIB([${LTLIBGEARMAN}])