Loading tests/testcurl.pl +7 −7 Original line number Diff line number Diff line Loading @@ -435,16 +435,16 @@ while (<F>) { } close(F); logit "display src/config$confsuffix.h"; open(F, "src/config$confsuffix.h") or die "src/config$confsuffix.h: $!"; if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "setup to build ares"; logit "display ares/config$confsuffix.h"; open(F, "ares/config$confsuffix.h") or die "ares/config$confsuffix.h: $!"; while (<F>) { print if /^ *#/; } close(F); if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "setup to build ares"; logit "build ares"; chdir "ares"; Loading Loading
tests/testcurl.pl +7 −7 Original line number Diff line number Diff line Loading @@ -435,16 +435,16 @@ while (<F>) { } close(F); logit "display src/config$confsuffix.h"; open(F, "src/config$confsuffix.h") or die "src/config$confsuffix.h: $!"; if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "setup to build ares"; logit "display ares/config$confsuffix.h"; open(F, "ares/config$confsuffix.h") or die "ares/config$confsuffix.h: $!"; while (<F>) { print if /^ *#/; } close(F); if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "setup to build ares"; logit "build ares"; chdir "ares"; Loading