summaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2014-12-29 16:37:36 -0400
committerJoey Hess <joeyh@joeyh.name>2014-12-29 16:37:36 -0400
commit329f176eb49e6199bfc7b84029a8d9e123c5db7f (patch)
tree108d9ba068f010e7ee580ee5112719cc2f4ad0b7 /BuildFlags.hs
parent56540f95d17c99cd1f65ce3cf44797ee4115a105 (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 f7c53a9aaa..b29c83c1fc 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.