allow building w/o cryptohash

Mostly for the debian stable autobuilds, which have a too old version
to use the Crypto.Hash module.
This commit is contained in:
Joey Hess 2013-10-03 12:33:38 -04:00
parent c34948247e
commit 20fb905bb6
5 changed files with 48 additions and 8 deletions

View file

@ -53,5 +53,11 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_QUVI
, "Quvi"
#endif
#ifdef WITH_TDFA
, "TDFA"
#endif
#ifdef WITH_CRYPTOHASH
, "CryptoHash"
#endif
]