2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

[master] Fixed unsupported vlan tag build issue

Merges in rt38677
This commit is contained in:
Thomas Markwalder
2015-02-20 13:21:37 -05:00
parent 280297bd92
commit 75d02fcf45
5 changed files with 30 additions and 1 deletions

10
configure vendored
View File

@@ -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.