projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8591c
)
attempt to make the configure output appear in the build log when it runs
author
Daniel Stenberg
<daniel@haxx.se>
Sun, 10 Oct 2004 07:51:25 +0000
(07:51 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/tests/testcurl.pl
b/tests/testcurl.pl
index
bd1b8c0
..
2aa162b
100755
(executable)
--- a/
tests/testcurl.pl
+++ b/
tests/testcurl.pl
@@
-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";