Loading tests/testcurl.pl +5 −4 Original line number Diff line number Diff line Loading @@ -439,11 +439,12 @@ 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: $!"; if(open(F, "ares/config$confsuffix.h")) { while (<F>) { print if /^ *#/; } close(F); } logit "build ares"; chdir "ares"; Loading Loading
tests/testcurl.pl +5 −4 Original line number Diff line number Diff line Loading @@ -439,11 +439,12 @@ 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: $!"; if(open(F, "ares/config$confsuffix.h")) { while (<F>) { print if /^ *#/; } close(F); } logit "build ares"; chdir "ares"; Loading