projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fc938
)
configure: Recognize kernel 3.x
author
Ian Abbott
<abbotti@mev.co.uk>
Thu, 2 Jun 2011 13:47:01 +0000
(14:47 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/m4/as-linux.m4
b/m4/as-linux.m4
index 17f7e69abdf2876cd35850f170a33637035c2ed4..2e2ee9d828aed346befde45bbdb5dfe8362ae621 100644
(file)
--- 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]])