Fix Feeds display in build flags.

This commit is contained in:
Joey Hess 2013-09-05 12:20:39 -04:00
parent 37f0c448a1
commit 3da8cc7008
3 changed files with 3 additions and 2 deletions

View file

@ -48,7 +48,7 @@ buildFlags = filter (not . null)
#ifdef WITH_DNS
, "DNS"
#endif
#ifdef WITH_FEEDS
#ifdef WITH_FEED
, "Feeds"
#endif
]

1
debian/changelog vendored
View file

@ -20,6 +20,7 @@ git-annex (4.20130828) UNRELEASED; urgency=low
rather than the hybrid approach. See documentation for advantages
and disadvantages, but encryption=hybrid is the recommended scheme still.
(Thanks, guilhem for the patch.)
* Fix Feeds display in build flags.
-- Joey Hess <joeyh@debian.org> Tue, 27 Aug 2013 11:03:00 -0400

View file

@ -25,4 +25,4 @@ importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
....<downloads the episodes etc>
"""]]
> Forgot I had to manually add that. [[done]] --[[Joey]]
> Forgot I had to manually add that. [[done]] (really this time!) --[[Joey]]