]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Import patch iproute2.111
authornet[shemminger]!shemminger <net[shemminger]!shemminger>
Mon, 17 Jan 2005 23:26:46 +0000 (23:26 +0000)
committernet[shemminger]!shemminger <net[shemminger]!shemminger>
Mon, 17 Jan 2005 23:26:46 +0000 (23:26 +0000)
(Logical change 1.113)

configure

index bcded03d4939991fc6312132c23f2968fda47560..dc14e547ba497ef006cf0bf54ceebb8a100cfe51 100644 (file)
--- a/configure
+++ b/configure
@@ -25,20 +25,3 @@ else
     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
-