diff options
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r-- | BuildFlags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs index 7ae526f63..a0f0ac298 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -84,7 +84,7 @@ buildFlags = filter (not . null) #ifdef WITH_TORRENTPARSER , "TorrentParser" #else -#warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files. + #endif #ifdef WITH_EKG , "EKG" |