Commit e75d7852 authored by mru's avatar mru

revert last change, it breaks on brain damaged distros


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8031 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 847e94fd
...@@ -443,7 +443,11 @@ check_lib(){ ...@@ -443,7 +443,11 @@ check_lib(){
header="$1" header="$1"
func="$2" func="$2"
shift 2 shift 2
check_header $header && check_func $func "$@" && add_extralibs "$@" temp_extralibs "$@"
check_header $header && check_func $func && add_extralibs "$@"
err=$?
restore_flags
return $err
} }
check_exec(){ 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