summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2020-01-30 15:55:27 -0800
committerBen Pfaff <blp@ovn.org>2020-01-31 08:15:40 -0800
commitcb208379195729031e84a3ef640bb89693592a0d (patch)
treec0d1b57bcfad41b9e27298c43b82387636292d4c /acinclude.m4
parent20dac08fdcce4b7fda1d07add3b346aa9751cfbc (diff)
downloadopenvswitch-cb208379195729031e84a3ef640bb89693592a0d.tar.gz
compat: Remove HAVE_BOOL_TYPE
OVS only supports Linux kernels since 3.10 and all kernels since then have the bool type. This check is unnecessary so remove it. Passes Travis: https://travis-ci.org/gvrose8192/ovs-experimental/builds/644103253 Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c1470ccc6..1212a463e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -830,8 +830,6 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_nfct])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_put_zero])
- OVS_GREP_IFELSE([$KSRC/include/linux/types.h], [bool],
- [OVS_DEFINE([HAVE_BOOL_TYPE])])
OVS_GREP_IFELSE([$KSRC/include/linux/types.h], [__wsum],
[OVS_DEFINE([HAVE_CSUM_TYPES])])
OVS_GREP_IFELSE([$KSRC/include/uapi/linux/types.h], [__wsum],