--- xtables-addons-1.36/configure.ac.orig 2011-06-03 16:45:29.000000000 +0200 +++ xtables-addons-1.36/configure.ac 2011-06-11 14:23:36.451762729 +0200 @@ -40,39 +40,6 @@ -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \ -Winline -pipe"; -if test -n "$kbuilddir"; then - AC_MSG_CHECKING([kernel version that we will build against]) - krel="$(make -sC "$kbuilddir" M=. kernelrelease)"; - kmajor="${krel%%[[^0-9]]*}"; - kmajor="$(($kmajor+0))"; - krel="${krel:${#kmajor}}"; - krel="${krel#.}"; - kminor="${krel%%[[^0-9]]*}"; - kminor="$(($kminor+0))"; - krel="${krel:${#kminor}}"; - krel="${krel#.}"; - kmicro="${krel%%[[^0-9]]*}"; - kmicro="$(($kmicro+0))"; - krel="${krel:${#kmicro}}"; - krel="${krel#.}"; - kstable="${krel%%[[^0-9]]*}"; - kstable="$(($kstable+0))"; - 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 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 1; then - echo "WARNING: You are trying a newer kernel. Results may vary. :-)"; - elif test "$kmajor" -eq 3; then - :; - elif test "$kmajor" -eq 2 -a "$kminor" -ge 29; then - :; - else - echo "WARNING: That kernel version is not supported."; - fi; - fi; -fi; - AC_SUBST([regular_CPPFLAGS]) AC_SUBST([regular_CFLAGS]) AC_SUBST([kbuilddir])