From 32017f8082fb9c44a973241cd85d92f75d3dcff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Nov 2018 15:15:02 +0100 Subject: [PATCH] replace TORRENT by WITH_TORRENTPARSER --- Remote/BitTorrent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/BitTorrent.hs b/Remote/BitTorrent.hs index 716eac4d5c..132ac74615 100644 --- a/Remote/BitTorrent.hs +++ b/Remote/BitTorrent.hs @@ -288,7 +288,7 @@ checkDependencies = do where deps = [ "aria2c" -#ifndef TORRENT +#ifndef WITH_TORRENTPARSER , "btshowmetainfo" #endif ]