replace TORRENT by WITH_TORRENTPARSER

This commit is contained in:
Robert Schütz 2018-11-26 15:15:02 +01:00 committed by Joey Hess
parent 0ae944e8fd
commit 32017f8082
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -288,7 +288,7 @@ checkDependencies = do
where
deps =
[ "aria2c"
#ifndef TORRENT
#ifndef WITH_TORRENTPARSER
, "btshowmetainfo"
#endif
]