Commit a2e25446 authored by Måns Rullgård's avatar Måns Rullgård

simplify check_lib

Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0ac47d63
......@@ -443,11 +443,7 @@ check_lib(){
header="$1"
func="$2"
shift 2
temp_extralibs "$@"
check_header $header && check_func $func && add_extralibs "$@"
err=$?
restore_flags
return $err
check_header $header && check_func $func "$@" && add_extralibs "$@"
}
check_exec(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment