From 0052cec2b7e39652bd52cd4978ed47d2daa5af68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Jun 2012 23:24:01 -0400 Subject: add lsof build deps Check for it in configure; and add a --force option for people without it who want to live dangerously. --- Build/Configure.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Build') diff --git a/Build/Configure.hs b/Build/Configure.hs index 2f79297ee..7af53cf10 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -26,6 +26,7 @@ tests = , TestCase "wget" $ testCmd "wget" "wget --version >/dev/null" , TestCase "bup" $ testCmd "bup" "bup --version >/dev/null" , TestCase "gpg" $ testCmd "gpg" "gpg --version >/dev/null" + , TestCase "lsof" $ testCmd "lsof" "lsof -v >/dev/null 2>&1" , TestCase "ssh connection caching" getSshConnectionCaching ] ++ shaTestCases False [1, 512, 224, 384] ++ shaTestCases True [256] -- cgit v1.2.3