[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1428913385-4331-1-git-send-email-nicolas.dichtel@6wind.com>
Date: Mon, 13 Apr 2015 10:23:03 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org, vadim4j@...il.com, jbenc@...hat.com,
Nicolas Dichtel <nicolas.dichtel@...nd.com>
Subject: [PATCH iproute2 1/3] Revert "configure: add missing INCLUDE to netnsid detection"
This reverts commit d059de70cafb470f77fc19a42d95f6dc442cf6a3.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index e54f4b6db5e8..631938e97206 100755
--- a/configure
+++ b/configure
@@ -224,7 +224,7 @@ check_netnsid()
#include <linux/rtnetlink.h>
int test_def = RTM_GETNSID;
EOF
- $CC -I$INCLUDE -c $TMPDIR/netnsid.c >/dev/null 2>&1
+ $CC -c $TMPDIR/netnsid.c >/dev/null 2>&1
if [ $? -eq 0 ]
then
echo "IP_CONFIG_NETNSID:=y" >> Config
--
2.2.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists