---
configure | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/configure b/configure
index 830f754412..6689858d57 100755
--- a/configure
+++ b/configure
@@ -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"
--
2.11.0
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel