~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uuid_function/plugin.ac

Merge Stewart.

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}])