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:
parent
c34948247e
commit
20fb905bb6
5 changed files with 48 additions and 8 deletions
|
@ -53,5 +53,11 @@ buildFlags = filter (not . null)
|
|||
#endif
|
||||
#ifdef WITH_QUVI
|
||||
, "Quvi"
|
||||
#endif
|
||||
#ifdef WITH_TDFA
|
||||
, "TDFA"
|
||||
#endif
|
||||
#ifdef WITH_CRYPTOHASH
|
||||
, "CryptoHash"
|
||||
#endif
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue