~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: Andrew Hutchings
  • Date: 2010-10-04 14:33:15 UTC
  • mto: (1814.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1816.
  • Revision ID: andrew@linuxjedi.co.uk-20101004143315-fegpxokq8e4ozg1u
Fix plugin --enable/disable messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
  ])
239
239
AC_ARG_ENABLE([%(name_with_dashes)s-plugin],[
240
240
dnl indented wierd to make the help output correct
241
 
AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Build %(title)s. @<:@default=%(default_yesno)s@:>@])
242
 
AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable building %(title)s])
 
241
AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Enable loading %(title)s by default. @<:@default=%(default_yesno)s@:>@])
 
242
AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable loading %(title)s by default.])
243
243
  ],
244
244
  [enable_%(name)s_plugin="$enableval"],
245
245
  [enable_%(name)s_plugin=%(default_yesno)s])