diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2019-01-08 01:37:15 +0300 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2019-01-07 14:42:01 -0800 |
commit | db4ad742e196a3d76cd72ae1257bf444584fa5c5 (patch) | |
tree | 7e7ab3fe4786c447a6227be149069bd776907b6f /configure | |
parent | 80e5ddec14c6c7ea5cbbc7957d70a8cc2ee2daa4 (diff) |
configure: fix typo in check_xt_old_internal_h
Fixes: 377a09902a57 ("configure: Minor code cleanup")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ EOF check_xt_old_internal_h() { # bail if previous XT checks has already succeeded. - grep -q if grep -q TC_CONFIG_XT $CONFIG && return + grep -q TC_CONFIG_XT $CONFIG && return #check if we need our own internal.h cat >$TMPDIR/ipttest.c <<EOF |