add lsof build deps

Check for it in configure; and add a --force option for people without it
who want to live dangerously.
This commit is contained in:
Joey Hess 2012-06-15 23:24:01 -04:00
parent 5d63c2a4bb
commit 0052cec2b7
5 changed files with 32 additions and 3 deletions

View file

@ -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]