2011-08-19 17:24:56 +00:00
|
|
|
--- configure.in
|
|
|
|
+++ configure.in
|
|
|
|
@@ -225,9 +225,9 @@ case "${host_os}" in
|
2011-07-06 19:47:20 +00:00
|
|
|
kernel=`uname -r`
|
|
|
|
|
|
|
|
case "${kernel}" in
|
|
|
|
- 2.6.*)
|
2011-08-19 17:24:56 +00:00
|
|
|
- AC_MSG_RESULT([2.6 family (${kernel})])
|
|
|
|
- AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x])
|
|
|
|
+ 2.6.*|3.*)
|
|
|
|
+ AC_MSG_RESULT([2.6.x/3.x family (${kernel})])
|
|
|
|
+ AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x or Linux 3.x])
|
2011-07-06 19:47:20 +00:00
|
|
|
;;
|
2011-08-19 17:24:56 +00:00
|
|
|
|
|
|
|
2.4.*)
|