From b70c1b9f091b56860e51a8fea09693b6d63fe58e Mon Sep 17 00:00:00 2001 From: "net[shemminger]!shemminger" Date: Mon, 17 Jan 2005 23:26:46 +0000 Subject: [PATCH] Import patch iproute2.111 (Logical change 1.113) --- configure | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure b/configure index bcded03d..dc14e547 100644 --- 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 -