summaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-04 13:41:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-04 13:41:26 -0400
commitbc4016065f00af1b77c6fa1dedb5c4c22158b9d8 (patch)
tree18d9f2605a982a1eafc515b807defa76a70b2ad4 /BuildFlags.hs
parent30d3a45c5ad9601d538e936fe3dbe19c54465ff5 (diff)
Remove support for building without cryptohash.
This will prevent backporting to wheezy, but it's time to simplify the code.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r--BuildFlags.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index 168085749..7ae526f63 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -81,11 +81,6 @@ buildFlags = filter (not . null)
#ifdef WITH_TDFA
, "TDFA"
#endif
-#ifdef WITH_CRYPTOHASH
- , "CryptoHash"
-#else
-#warning Building without CryptoHash.
-#endif
#ifdef WITH_TORRENTPARSER
, "TorrentParser"
#else