projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d92300
)
send output of exec checks to log file
author
Måns Rullgård
<mans@mansr.com>
Thu, 29 Jun 2006 23:19:36 +0000
(23:19 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Thu, 29 Jun 2006 23:19:36 +0000
(23:19 +0000)
Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
918705a
..
2d8447b
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-267,7
+267,7
@@
check_lib(){
}
check_exec(){
- check_ld "$@" && { test -n "$cross_prefix" || $TMPE; }
+ check_ld "$@" && { test -n "$cross_prefix" || $TMPE
2>&1 >>$logfile
; }
}
require(){