From: Ian Abbott Date: Thu, 2 Jun 2011 13:47:01 +0000 (+0100) Subject: configure: Recognize kernel 3.x X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfc58662b82b59095a46b985bfdea3f1da5f5d74;p=comedi.git configure: Recognize kernel 3.x Support Linus's alpha-maleness kernel version numbering change. Signed-off-by: Ian Abbott --- 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]])