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)
This commit is contained in:
Daniel Stenberg 2004-10-10 07:51:25 +00:00
parent bb8591cf54
commit 1eddbb1b47

View File

@ -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";