|
From: <sv...@va...> - 2011-06-05 10:06:40
|
Author: bart
Date: 2011-06-05 11:01:48 +0100 (Sun, 05 Jun 2011)
New Revision: 11797
Log:
Mention the "3.x" Linux kernel version explicitly in the kernel version configure message
Modified:
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2011-06-05 08:51:47 UTC (rev 11796)
+++ trunk/configure.in 2011-06-05 10:01:48 UTC (rev 11797)
@@ -226,8 +226,8 @@
case "${kernel}" in
2.6.*|3.*)
- AC_MSG_RESULT([2.6 family (${kernel})])
- AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x])
+ 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])
;;
2.4.*)
|