~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uuid_function/plugin.ini

  • 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
[plugin]
 
2
title=UUID() plugin
 
3
description=UUID() function as generated by libuuid
 
4
load_by_default=yes
 
5
ldflags=${LTLIBUUID}
 
6
build_conditional="${ac_cv_libuuid}" = "yes"