aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_curl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check/check_curl')
-rwxr-xr-xtools/check/check_curl13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/check/check_curl b/tools/check/check_curl
deleted file mode 100755
index a001e7e437..0000000000
--- a/tools/check/check_curl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# CHECK-BUILD CHECK-INSTALL
-
-. ./funcs.sh
-
-if [ "$LIBXENAPI_BINDINGS" != "y" ]; then
- echo -n "unused, "
- exit 0
-fi
-
-has_or_fail curl-config
-curl_libs=`curl-config --libs` || fail "curl-config --libs failed"
-test_link $curl_libs || fail "dependency libraries for curl are missing"