Commit 694ed195 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Stephen Hemminger

Revert "configure: add missing INCLUDE to netnsid detection"

This reverts commit d059de70.
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
parent 943c30de
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment