[Bug 666806] [NEW] the appindicator patch to g-s-d breaks compilation for appindicator-less case

Launchpad Bug Tracker 666806 at bugs.launchpad.net
Thu Feb 17 16:28:15 UTC 2011


You have been subscribed to a public bug by Sebastien Bacher (seb128):

Binary package hint: gnome-settings-daemon

As of 2.32.0-0ubuntu3, the automake-fu, as listed on
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Automake%20fu,
has been applied wrongly, for no visible reason. Namely, the original
bit:

AC_ARG_ENABLE(appindicator,
                        AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators ]),
                        [enable_appindicator=$enableval],
                        [enable_appindicator="auto"])

has been instead changed to:

AC_ARG_ENABLE([appindicator],
	AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators]),
	[enable_appindicator="yes"],
	[enable_appindicator="auto"])

Due to the way automake snippets are expanded and organised, this has
the effect of ignoring the actual value supplied to --enable-
appindicator and always substituting "yes" instead. The original form of
'[enable_appindicator=$enableval]' should be restored to fix it.

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Low
         Status: New

-- 
the appindicator patch to g-s-d breaks compilation for appindicator-less case
https://bugs.launchpad.net/bugs/666806
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list