summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-20 13:21:37 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-20 13:21:37 -0500
commit75d02fcf4530d73bd35f57b70018c40ff933d3f9 (patch)
treebee30b9c1ee45ad25a42a412e3b09b2e60b1f35f /configure
parent280297bd923f4e57a43b578f45ed56e0b878df6a (diff)
downloadisc-dhcp-75d02fcf4530d73bd35f57b70018c40ff933d3f9.tar.gz
[master] Fixed unsupported vlan tag build issue
Merges in rt38677
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index db9eada5..2f2a2c50 100755
--- a/configure
+++ b/configure
@@ -6570,6 +6570,16 @@ fi
fi
+ac_fn_c_check_member "$LINENO" "struct tpacket_auxdata" "tp_vlan_tci" "ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" "#include <linux/if_packet.h>
+"
+if test "x$ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci" = xyes; then :
+
+$as_echo "#define VLAN_TCI_PRESENT 1" >>confdefs.h
+
+
+fi
+
+
libbind=
# Check whether --with-libbind was given.