summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 44d58d5f6..232a8824b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -287,7 +287,6 @@ my $has_sectransp; # built with Secure Transport
my $has_boringssl; # built with BoringSSL
my $has_libressl; # built with libressl
my $has_mbedtls; # built with mbedTLS
-my $has_mesalink; # built with MesaLink
my $has_sslpinning; # built with a TLS backend that supports pinning
@@ -3033,9 +3032,6 @@ sub checksystem {
$has_cares=1;
$resolver="c-ares";
}
- if ($libcurl =~ /mesalink/i) {
- $has_mesalink=1;
- }
if ($libcurl =~ /Hyper/i) {
$has_hyper=1;
}