From 3679e0efa6ad8a805f2792209ed786c4618c8225 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 5 Apr 2012 04:44:19 +0200 Subject: [PATCH] build: support for Linux 3.4 --- configure.ac | 2 +- doc/changelog.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 55422b2..910dcfe 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ if test -n "$kbuilddir"; then echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 3; then + if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 4; then echo "WARNING: You are trying a newer kernel. Results may vary. :-)"; elif test "$kmajor" -eq 3; then :; diff --git a/doc/changelog.txt b/doc/changelog.txt index ae4c234..c0dd7b5 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -6,7 +6,7 @@ Fixes: (affected kernels < 2.6.23) - xt_SYSRQ: fix compile error when crypto is turned off Enhancements: -- Support for Linux 3.3 +- Support for Linux 3.3, 3.4 v1.41 (2012-01-04)