Commit cc1b87d1 authored by stefano's avatar stefano

Remove the ugly and unnecessary require_cpp_condition() function.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15646 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c747a7c
......@@ -627,14 +627,6 @@ require2(){
check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
}
require_cpp_condition(){
name="$1"
header="$2"
cpp_condition="$3"
shift 3
check_cpp_condition $header "$cpp_condition" || die "ERROR: $name does not satisfy CPP condition: $cpp_condition"
}
check_foo_config(){
cfg=$1
pkg=$2
......
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