projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
checking compiler output was a bad idea, revert to checking exit status
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
0815df5
..
d281267
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-214,7
+214,7
@@
add_extralibs(){
}
check_cmd(){
- "$@"
2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; }
+ "$@"
>>$logfile 2>&1
}
check_cc(){