summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-01-08 01:37:15 +0300
committerStephen Hemminger <stephen@networkplumber.org>2019-01-07 14:42:01 -0800
commitdb4ad742e196a3d76cd72ae1257bf444584fa5c5 (patch)
tree7e7ab3fe4786c447a6227be149069bd776907b6f /configure
parent80e5ddec14c6c7ea5cbbc7957d70a8cc2ee2daa4 (diff)
downloadiproute2-db4ad742e196a3d76cd72ae1257bf444584fa5c5.tar.gz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b85eb58b..45fcffb6 100755
--- a/configure
+++ b/configure
@@ -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