check for curl in configure, thanks Jimmy

This commit is contained in:
Joey Hess 2011-03-17 11:57:03 -04:00
parent 7b5b127608
commit 8543d9add4
2 changed files with 14 additions and 0 deletions

View file

@ -13,6 +13,7 @@ tests = [
, TestCase "uuid generator" $ selectCmd "uuid" ["uuid", "uuidgen"]
, TestCase "xargs -0" $ requireCmd "xargs_0" "xargs -0 </dev/null"
, TestCase "rsync" $ requireCmd "rsync" "rsync --version >/dev/null"
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"
, TestCase "unicode FilePath support" $ unicodeFilePath
] ++ shaTestCases [1, 256, 512, 224, 384]