diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2015-04-13 10:34:24 +0200 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2015-04-13 08:50:10 -0700 |
commit | 694ed195a0e3e357f1344f7c0d4781945e1fff2b (patch) | |
tree | 09067ab2a31d3a2ed4c144bb7760c2d0c84da9ca /configure | |
parent | 943c30de80aea38b81159f250e3087830f2ca31e (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |