Merge lp:~linuxjedi/drizzle/elliott-bug-654568 into lp:drizzle/7.0

Proposed by Andrew Hutchings
Status: Merged
Approved by: Brian Aker
Approved revision: 1811
Merge reported by: Lee Bieber
Merged at revision: not available
Proposed branch: lp:~linuxjedi/drizzle/elliott-bug-654568
Merge into: lp:drizzle/7.0
Diff against target: 14 lines (+2/-2)
1 file modified
config/pandora-plugin (+2/-2)
To merge this branch: bzr merge lp:~linuxjedi/drizzle/elliott-bug-654568
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+37485@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config/pandora-plugin'
--- config/pandora-plugin 2010-09-26 20:56:46 +0000
+++ config/pandora-plugin 2010-10-04 15:26:16 +0000
@@ -238,8 +238,8 @@
238 ])238 ])
239AC_ARG_ENABLE([%(name_with_dashes)s-plugin],[239AC_ARG_ENABLE([%(name_with_dashes)s-plugin],[
240dnl indented wierd to make the help output correct240dnl indented wierd to make the help output correct
241AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Build %(title)s. @<:@default=%(default_yesno)s@:>@])241AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Enable loading %(title)s by default. @<:@default=%(default_yesno)s@:>@])
242AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable building %(title)s])242AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable loading %(title)s by default.])
243 ],243 ],
244 [enable_%(name)s_plugin="$enableval"],244 [enable_%(name)s_plugin="$enableval"],
245 [enable_%(name)s_plugin=%(default_yesno)s])245 [enable_%(name)s_plugin=%(default_yesno)s])

Subscribers

People subscribed via source and target branches