aboutsummaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-29 16:37:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-29 16:37:36 -0400
commit09a0347e0e9510869aa70c4d67096ca1fcc2cf5e (patch)
tree21e407caca86432c00706bf631f2f8e227fa2376 /BuildFlags.hs
parentd2ab3a49e0fb5aa29619611e88635c7eb3baae4b (diff)
fix typo
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r--BuildFlags.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index f7c53a9aa..b29c83c1f 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -86,7 +86,7 @@ buildFlags = filter (not . null)
#else
#warning Building without CryptoHash.
#endif
-#ifdef WITH_TORRENTParser
+#ifdef WITH_TORRENTPARSER
, "TorrentParser"
#else
#warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files.