]> git.ipfire.org Git - thirdparty/iptables.git/commit
configure: Fix assignment statement
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 22 Jun 2016 19:41:39 +0000 (01:11 +0530)
committerFlorian Westphal <fw@strlen.de>
Thu, 23 Jun 2016 06:22:43 +0000 (08:22 +0200)
commit6490f0bb953a9a1290fe24453073a452a552e1f5
treefe162e46103fa15136ef0cc895b8406d9bcc6664
parentd64ef34a99610a6fb54d43660ac31555da858231
configure: Fix assignment statement

The assignment statement was interpreted as executing enable_connlabel
command with the argument "no". This was due to the whitespaces in the
assignment.

Fixes the trivial bug introduced in commit 3b7a227 (configure: Show
support for connlabel)

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
configure.ac