mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
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) {
|
if ($gnulikebuild) {
|
||||||
# run configure script
|
# run configure script
|
||||||
system("../$CURLDIR/configure $confopts 2>&1");
|
print `../$CURLDIR/configure $confopts 2>&1`;
|
||||||
|
|
||||||
if (-f "lib/Makefile") {
|
if (-f "lib/Makefile") {
|
||||||
logit "configure seems to have finished fine";
|
logit "configure seems to have finished fine";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user