From e0518c5f9c7e291c7947b77731198b2a28cef0d8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jun 2011 08:51:47 +0000 Subject: [PATCH] Make Valgrind build on Linux kernel 3.0 and beyond. Closes #274926. An official statement that the Linux kernel 3.0 API and ABI is compatible with Linux kernel 2.6 can be found here: http://lkml.org/lkml/2011/5/29/204. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11796 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e95b4d7cb6..559c1b4702 100644 --- a/configure.in +++ b/configure.in @@ -225,7 +225,7 @@ case "${host_os}" in kernel=`uname -r` case "${kernel}" in - 2.6.*) + 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]) ;; -- 2.47.2