attempt to make the configure output appear in the build log when it runs
authorDaniel Stenberg <daniel@haxx.se>
Sun, 10 Oct 2004 07:51:25 +0000 (07:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Oct 2004 07:51:25 +0000 (07:51 +0000)
on my solaris 2.7 box too (currently unknown perl version)

tests/testcurl.pl

index bd1b8c0..2aa162b 100755 (executable)
@@ -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";