]> git.ipfire.org Git - thirdparty/qemu.git/commit
l2tpv3 (configure): it is linux-specific
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 1 Aug 2014 19:20:24 +0000 (23:20 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 26 Aug 2014 21:57:28 +0000 (16:57 -0500)
commite22d5dc07350b81006ca6b9bf5fd7b517e2574ee
tree50f0b9d1b1bb0735b4572f1bfb4d5215abf9909a
parentdfd480822234169ec3a5c3b0f78030de5c2cbb92
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>
(cherry picked from commit bff6cb72961f1bd2c766efe85ff5850fd8d7e77d)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure