summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2020-03-06 14:37:13 -0800
committerBen Pfaff <blp@ovn.org>2020-03-06 14:39:20 -0800
commitea58abe51557ea7004db4267fcf36f588e6f17c3 (patch)
tree202674643a41a3d5db04066f279d14e32ad50ada /acinclude.m4
parentcdae6100f89d04c5c29dc86a490b936a204622b7 (diff)
downloadopenvswitch-ea58abe51557ea7004db4267fcf36f588e6f17c3.tar.gz
acinclude: Enable Linux kernel 5.5
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com> 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.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9338af947..03d3484c9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -151,10 +151,10 @@ AC_DEFUN([OVS_CHECK_LINUX], [
AC_MSG_RESULT([$kversion])
if test "$version" -ge 5; then
- if test "$version" = 5 && test "$patchlevel" -le 0; then
+ if test "$version" = 5 && test "$patchlevel" -le 5; then
: # Linux 5.x
else
- AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 5.0.x is not supported (please refer to the FAQ for advice)])
+ AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 5.5.x is not supported (please refer to the FAQ for advice)])
fi
elif test "$version" = 4; then
: # Linux 4.x