This commit is contained in:
Joey Hess 2014-12-29 16:37:36 -04:00
parent 56540f95d1
commit 329f176eb4

View file

@ -86,7 +86,7 @@ buildFlags = filter (not . null)
#else #else
#warning Building without CryptoHash. #warning Building without CryptoHash.
#endif #endif
#ifdef WITH_TORRENTParser #ifdef WITH_TORRENTPARSER
, "TorrentParser" , "TorrentParser"
#else #else
#warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files. #warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files.