summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2015-04-13 10:34:24 +0200
committerStephen Hemminger <shemming@brocade.com>2015-04-13 08:50:10 -0700
commit694ed195a0e3e357f1344f7c0d4781945e1fff2b (patch)
tree09067ab2a31d3a2ed4c144bb7760c2d0c84da9ca /configure
parent943c30de80aea38b81159f250e3087830f2ca31e (diff)
downloadiproute2-694ed195a0e3e357f1344f7c0d4781945e1fff2b.tar.gz
Revert "configure: add missing INCLUDE to netnsid detection"
This reverts commit d059de70cafb470f77fc19a42d95f6dc442cf6a3. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e54f4b6d..631938e9 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