]> git.pld-linux.org Git - packages/ipset.git/blame - ipset-config_dist.patch
- Release: 1
[packages/ipset.git] / ipset-config_dist.patch
CommitLineData
7e0de454
JK
1--- ipset-6.3/configure.ac.orig 2011-04-10 17:25:20.000000000 +0200
2+++ ipset-6.3/configure.ac 2011-04-15 12:14:24.000000000 +0200
3@@ -44,14 +44,14 @@
4 AC_MSG_ERROR([Invalid kernel source directory $ksourcedir])
5 fi
6
7-if test ! -e "$kbuilddir/.config"
8+if test ! -e "$kbuilddir/config-dist"
9 then
10 AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured])
11 fi
12
13 AC_PROG_GREP
14
15-if test "X`$GREP '^CONFIG_IP6_NF_IPTABLES=' $kbuilddir/.config`" = "X"
16+if test "X`$GREP '^CONFIG_IP6_NF_IPTABLES=' $kbuilddir/config-dist`" = "X"
17 then
18 AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured with IP6_NF_IPTABLES support (ip6tables)])
19 fi
This page took 0.0301 seconds and 4 git commands to generate.