From: Nicolas Dichtel Date: Mon, 13 Apr 2015 08:34:24 +0000 (+0200) Subject: Revert "configure: add missing INCLUDE to netnsid detection" X-Git-Tag: v4.0.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=694ed195a0e3e357f1344f7c0d4781945e1fff2b;p=thirdparty%2Fiproute2.git Revert "configure: add missing INCLUDE to netnsid detection" This reverts commit d059de70cafb470f77fc19a42d95f6dc442cf6a3. Signed-off-by: Nicolas Dichtel --- diff --git a/configure b/configure index e54f4b6db..631938e97 100755 --- a/configure +++ b/configure @@ -224,7 +224,7 @@ check_netnsid() #include 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