From dfc58662b82b59095a46b985bfdea3f1da5f5d74 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Thu, 2 Jun 2011 14:47:01 +0100 Subject: [PATCH] configure: Recognize kernel 3.x Support Linus's alpha-maleness kernel version numbering change. Signed-off-by: Ian Abbott --- m4/as-linux.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/as-linux.m4 b/m4/as-linux.m4 index 17f7e69a..2e2ee9d8 100644 --- a/m4/as-linux.m4 +++ b/m4/as-linux.m4 @@ -100,7 +100,7 @@ AC_DEFUN([AS_LINUX], dnl the versioned AS_LINUX macros just use the global variables dnl this could be cleaned up later on if we feel like it case $LINUX_VERSION_MAJOR.$LINUX_VERSION_MINOR in - 2.6) + 2.6 | 3.[[0-9]]*) AS_LINUX_2_6() ;; 2.[[01234]]) -- 2.26.2