Commit 2124a97a authored by Diego Biurrun's avatar Diego Biurrun

configure: Drop unused helper function test_cflags_cpp()

parent 434b44cd
......@@ -1042,19 +1042,6 @@ check_cpp_condition(){
test_cpp_condition "$@" && enable $name
}
test_cflags_cpp(){
log test_cflags_cpp "$@"
flags=$1
condition=$2
shift 2
set -- $($cflags_filter "$flags")
test_cpp "$@" <<EOF
#if !($condition)
#error "unsatisfied condition: $condition"
#endif
EOF
}
check_lib(){
log check_lib "$@"
name="$1"
......
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