Browse Source

configure: Drop unused helper function test_cflags_cpp()

tags/n4.0
Diego Biurrun 7 years ago
parent
commit
2124a97a49
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      configure

+ 0
- 13
configure View File

@@ -1042,19 +1042,6 @@ check_cpp_condition(){
test_cpp_condition "$@" && enable $name 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(){ check_lib(){
log check_lib "$@" log check_lib "$@"
name="$1" name="$1"


Loading…
Cancel
Save