Import patch iproute2.111

(Logical change 1.113)
diff --git a/configure b/configure
index bcded03..dc14e54 100644
--- a/configure
+++ b/configure
@@ -25,20 +25,3 @@
     echo no
 fi
 rm -f /tmp/atmtest.c /tmp/atmtest
-
-# hacks for now 
-echo "TC actions"
-
-if [ -e "tc/m_gact.c" ]
-then
-	echo "   GACT found"
-	echo "TC_CONFIG_ACTION_GACT=y" >>Config
-	echo "TC_CONFIG_ACTION_PROB=y" >>Config
-fi
-
-if [ -e "tc/m_mirred.c" ]
-then
-	echo "   MIRRED found"
-	echo "TC_CONFIG_ACTION_MIRRED=y" >>Config
-fi
-