~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-12-08 23:39:39 UTC
  • mto: (1240.1.8 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: mordred@inaugust.com-20091208233939-w0v4o04xer9pqqhu
Make range test shut up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
title=UDF Plugin for MD5
3
3
description=UDF Plugin for MD5
4
4
load_by_default=yes
5
 
ldflags=${LTLIBGCRYPT}
6
 
build_conditional="${ac_cv_libgcrypt}" = "yes"
 
5
ldflags=${LTMD5PLUGINDEP}
 
6
build_conditional="${ac_cv_build_md5}" = "yes"