summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-13 12:05:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-13 12:05:47 -0400
commite15eeb92f3f998395a57ccaf88411398fd9ec2e6 (patch)
tree33c0dd2ec1b8972e97c35e3645bf2e6e37b650c1 /Build/Configure.hs
parent2166f11aca543ec568a3106d9fe63353bcd4ccd4 (diff)
add git-remote-gcrypt to bundle when available
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index 31fbbf1dd..9caff6c08 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -38,6 +38,7 @@ tests =
[ ("gpg", "--version >/dev/null")
, ("gpg2", "--version >/dev/null") ]
, TestCase "lsof" $ findCmdPath "lsof" "lsof"
+ , TestCase "gcrypt" $ findCmdPath "gcrypt" "git-remote-gcrypt"
, TestCase "ssh connection caching" getSshConnectionCaching
] ++ shaTestCases
[ (1, "da39a3ee5e6b4b0d3255bfef95601890afd80709")