Commit 1eddbb1b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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)
parent bb8591cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";