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
1=== modified file 'config/pandora-plugin'
2--- config/pandora-plugin 2010-09-26 20:56:46 +0000
3+++ config/pandora-plugin 2010-10-04 15:26:16 +0000
4@@ -238,8 +238,8 @@
5 ])
6 AC_ARG_ENABLE([%(name_with_dashes)s-plugin],[
7 dnl indented wierd to make the help output correct
8-AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Build %(title)s. @<:@default=%(default_yesno)s@:>@])
9-AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable building %(title)s])
10+AS_HELP_STRING([--enable-%(name_with_dashes)s-plugin],[Enable loading %(title)s by default. @<:@default=%(default_yesno)s@:>@])
11+AS_HELP_STRING([--disable-%(name_with_dashes)s-plugin],[Disable loading %(title)s by default.])
12 ],
13 [enable_%(name)s_plugin="$enableval"],
14 [enable_%(name)s_plugin=%(default_yesno)s])

Subscribers

People subscribed via source and target branches