Revert "configure: add missing INCLUDE to netnsid detection"
This reverts commit d059de70ca.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
This commit is contained in:
parent
943c30de80
commit
694ed195a0
|
|
@ -224,7 +224,7 @@ check_netnsid()
|
||||||
#include <linux/rtnetlink.h>
|
#include <linux/rtnetlink.h>
|
||||||
int test_def = RTM_GETNSID;
|
int test_def = RTM_GETNSID;
|
||||||
EOF
|
EOF
|
||||||
$CC -I$INCLUDE -c $TMPDIR/netnsid.c >/dev/null 2>&1
|
$CC -c $TMPDIR/netnsid.c >/dev/null 2>&1
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
echo "IP_CONFIG_NETNSID:=y" >> Config
|
echo "IP_CONFIG_NETNSID:=y" >> Config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue