|
From: John L. <le...@mo...> - 2003-08-10 12:34:06
|
On Sat, Aug 09, 2003 at 05:41:07PM +0100, Nicholas Nethercote wrote:
> I've written a new skin for Valgrind. It's called Massif, and does
2.6.0-test1 works fine. Allow it.
regards
john
diff -Naur -x Makefile -x .deps -x autom4te-2.53.cache -x config.log -x config.status -x configure valgrind-MASSIF/configure.in v/configure.in
--- valgrind-MASSIF/configure.in 2003-08-09 16:43:05.000000000 +0100
+++ v/configure.in 2003-08-10 13:49:59.000000000 +0100
@@ -97,6 +97,11 @@
kernel=`uname -r`
case "${kernel}" in
+ 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.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])
--
Khendon's Law:
If the same point is made twice by the same person, the thread is over.
|