From: Jan Engelhardt Date: Tue, 4 Jan 2011 11:44:55 +0000 (+0100) Subject: build: mark Linux 2.6.37 as supported X-Git-Tag: v1.33~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc22ec7bd103fc2c099d07ebe35c701734a757a6;p=thirdparty%2Fxtables-addons.git build: mark Linux 2.6.37 as supported --- diff --git a/configure.ac b/configure.ac index a9c1b44..509c104 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ if test -z "$kmajor" -o -z "$kminor" -o -z "$kmicro"; then echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; then + if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 37; then echo "WARNING: You are trying a newer kernel. Results may vary. :-)"; elif test \( "$kmajor" -lt 2 -o \ \( "$kmajor" -eq 2 -a "$kminor" -lt 6 \) -o \