You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
772 B

  1. diff --git a/acinclude.m4 b/acinclude.m4
  2. index 45cfaf6..42866de 100644
  3. --- a/acinclude.m4
  4. +++ b/acinclude.m4
  5. @@ -134,10 +134,10 @@ AC_DEFUN([OVS_CHECK_LINUX], [
  6. AC_MSG_RESULT([$kversion])
  7. if test "$version" -ge 4; then
  8. - if test "$version" = 4 && test "$patchlevel" -le 0; then
  9. + if test "$version" = 4 && test "$patchlevel" -le 1; then
  10. : # Linux 4.x
  11. else
  12. - AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 4.0.x is not supported (please refer to the FAQ for advice)])
  13. + AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 4.1.x is not supported (please refer to the FAQ for advice)])
  14. fi
  15. elif test "$version" = 3; then
  16. : # Linux 3.x