its linux 2.6.x these days


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1796 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 78124d5..62e1d0f 100644
--- a/configure.in
+++ b/configure.in
@@ -97,9 +97,9 @@
 kernel=`uname -r`
 
 case "${kernel}" in
-     2.5.*) 
-	    AC_MSG_RESULT([2.5 family (${kernel})])
-	    AC_DEFINE([KERNEL_2_5], 1, [Define to 1 if you're using Linux 2.5.x])
+     2.6.*) 
+	    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.4.*)