l2tpv3 (configure): it is linux-specific
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 1 Aug 2014 19:20:24 +0000 (23:20 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Aug 2014 20:06:32 +0000 (00:06 +0400)
commitbff6cb72961f1bd2c766efe85ff5850fd8d7e77d
tree24e115f90ee27ff6e23310bee0858910c0c54df5
parent203d65a4706be345c209f3408d3a011a3e48f0c9
l2tpv3 (configure): it is linux-specific

Some non-linux systems, for example a system with
FreeBSD kernel and glibc, may declare struct mmsghdr
(in glibc) but may not have linux-specific header
file linux/ip.h.  The actual implementation in qemu
includes this linux-specific header file unconditionally,
so compilation fails if it is not present.  Include
this header in the configure test too.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure