blob: e4d957a2108712e0af122e724b7ad7c25dd68035 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- valgrind-3.6.0.orig/configure 2010-10-21 03:16:18.000000000 +0200
+++ valgrind-3.6.0/configure 2011-02-14 17:26:48.000000000 +0100
@@ -5345,7 +5345,7 @@ $as_echo "ok (${host_os})" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the kernel version" >&5
$as_echo_n "checking for the kernel version... " >&6; }
- kernel=`uname -r`
+ kernel=2.6.37
case "${kernel}" in
2.6.*)
|