checking compiler output was a bad idea, revert to checking exit status

Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 19 years ago
parent 28f1280820
commit 9b4f605ccf
  1. 2
      configure

2
configure vendored

@ -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(){

Loading…
Cancel
Save