~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uuid_function/plugin.ac

  • Committer: Stewart Smith
  • Date: 2010-02-19 07:27:21 UTC
  • mto: (1273.13.96 build)
  • mto: This revision was merged to the branch mainline in revision 1308.
  • Revision ID: stewart@flamingspork.com-20100219072721-hvef9ybvh92h79im
convert UUID() to plugin. We move the libuuid requirement to the UUID() function plugin as it's not neeeded anywhere else

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PANDORA_REQUIRE_LIBUUID
 
2
AS_IF([test "x$ac_cv_libuuid" = "xno"],
 
3
      AC_MSG_WARN([libuuid not found: not building uuid_function plugin.]))
 
4
 
 
5
PANDORA_ADD_PLUGIN_DEP_LIB([${LTLIBUUID}])