From b61fbbde4645a81de5019a23ecf13f0b7b33ace4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Oct 2006 11:46:42 +0000 Subject: buildconf already runs ares/buildconf by itself if there is an ares subdir present, so there's no use to doing it again in this script! --- tests/testcurl.pl | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tests') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index ab3e49da2..8d207d1cd 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -380,22 +380,6 @@ if ($CVS) { else { mydie "buildconf was NOT successful"; } - - if($confopts =~ /--enable-ares/) { - logit "run buildconf for ares"; - chdir "ares"; - open(F, "./buildconf 2>&1 |") or die; - open(LOG, ">$buildlog") or die; - while () { - next if /warning: underquoted definition of/; - print; - print LOG; - } - close(F); - close(LOG); - chdir ".."; - } - } else { logit "buildconf was successful (dummy message)"; -- cgit v1.2.3