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:
parent
bb8591cf54
commit
1eddbb1b47
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user