summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2018-03-13 11:03:11 +0100
committerDiego Biurrun <diego@biurrun.de>2018-03-27 13:38:20 +0200
commit2124a97a4998413c7e81539b16b01ef6ac570ea9 (patch)
tree93ed29be95a28a1db0781044ce07dea6cc29748b
parent434b44cd6fb4bb9a2bf2bb29ef55ce1a315314b8 (diff)
configure: Drop unused helper function test_cflags_cpp()
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index 4128ce3c86..90fb6f07ca 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"