summaryrefslogtreecommitdiff
path: root/BuildFlags.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-03 12:33:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-03 12:33:38 -0400
commit94b766a439a85b5e16318b94d739ef4eaea3153b (patch)
treee6b4f3f9d6731597776d79e8c157f20dfab44db0 /BuildFlags.hs
parent9a7b0fa5cc16994509cf7482df68a07319dd6937 (diff)
allow building w/o cryptohash
Mostly for the debian stable autobuilds, which have a too old version to use the Crypto.Hash module.
Diffstat (limited to 'BuildFlags.hs')
-rw-r--r--BuildFlags.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index e1e5c1b88..40d5bb29b 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -54,4 +54,10 @@ buildFlags = filter (not . null)
#ifdef WITH_QUVI
, "Quvi"
#endif
+#ifdef WITH_TDFA
+ , "TDFA"
+#endif
+#ifdef WITH_CRYPTOHASH
+ , "CryptoHash"
+#endif
]