On Tue, Jul 1, 2014 at 2:58 PM, <arei.gong...@huawei.com> wrote: > From: Gonglei <arei.gong...@huawei.com> > > because mmsghdr struct is introduced on Linux kernel 3.3+. > add check for mmsghdr struct, it only gets built on hosts that > support mmsghdr. > > Reported-by: chenliang <chenlian...@huawei.com> > Signed-off-by: Gonglei <arei.gong...@huawei.com> > --- > v2->v1: > delete $l2tpv3 variable initialization and > 'if' false check suggested by PMM. > --- > configure | 16 ++++++++++++++++ > net/Makefile.objs | 2 +- > net/net.c | 4 ++-- > 3 files changed, 19 insertions(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>