From 1eddbb1b4728b67290f065fe6e8b772365735349 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 Oct 2004 07:51:25 +0000 Subject: attempt to make the configure output appear in the build log when it runs on my solaris 2.7 box too (currently unknown perl version) --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testcurl.pl b/tests/testcurl.pl index bd1b8c025..2aa162b8d 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -352,7 +352,7 @@ chdir "$pwd/$build"; if ($gnulikebuild) { # run configure script - system("../$CURLDIR/configure $confopts 2>&1"); + print `../$CURLDIR/configure $confopts 2>&1`; if (-f "lib/Makefile") { logit "configure seems to have finished fine"; -- cgit v1.2.3