~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uuid_function/plugin.ac

  • Committer: Monty Taylor
  • Date: 2010-02-25 05:05:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1311.
  • Revision ID: mordred@inaugust.com-20100225050503-b1buunmhjnc4hp3x
Fixed pandora stuff.

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"],
 
1
PANDORA_HAVE_LIBUUID
 
2
AS_IF([test "x$ac_cv_header_uuid_uuid_h" = "xno"],
3
3
      AC_MSG_WARN([libuuid not found: not building uuid_function plugin.]))
4
4
 
5
5
PANDORA_ADD_PLUGIN_DEP_LIB([${LTLIBUUID}])