]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Mention the "3.x" Linux kernel version explicitly in the kernel version configure...
authorBart Van Assche <bvanassche@acm.org>
Sun, 5 Jun 2011 10:01:48 +0000 (10:01 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 5 Jun 2011 10:01:48 +0000 (10:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11797

configure.in

index 559c1b47020d2817e2c44ddca6dc4bff45960785..05228b06844b1478fe279f71d577d39f525f5878 100644 (file)
@@ -226,8 +226,8 @@ case "${host_os}" in
 
         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.*)