configure: Recognize kernel 3.x
authorIan Abbott <abbotti@mev.co.uk>
Thu, 2 Jun 2011 13:47:01 +0000 (14:47 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 2 Jun 2011 13:47:01 +0000 (14:47 +0100)
Support Linus's alpha-maleness kernel version numbering change.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
m4/as-linux.m4

index 17f7e69abdf2876cd35850f170a33637035c2ed4..2e2ee9d828aed346befde45bbdb5dfe8362ae621 100644 (file)
@@ -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]])