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
]