]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: fix 4.16 warning
authorJan Engelhardt <jengelh@inai.de>
Tue, 14 Aug 2018 12:15:18 +0000 (14:15 +0200)
committerJan Engelhardt <jengelh@inai.de>
Tue, 14 Aug 2018 12:22:40 +0000 (14:22 +0200)
configure.ac

index b60477dcebe81091bb937d6c02d011ee455c1fdf..a638a8d5a91bec85da44c492da7bde21ce2e11e9 100644 (file)
@@ -59,7 +59,7 @@ if test -n "$kbuilddir"; then
                echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
                if test "$kmajor" -gt 4 -o "$kmajor" -eq 4 -a "$kminor" -gt 16; then
                        echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
-               elif test "$kmajor" -eq 4 -a "$kminor" -ge 15; then
+               elif test "$kmajor" -eq 4 -a "$kminor" -ge 16; then
                        :
                else
                        echo "WARNING: That kernel version is not officially supported.";