Skip to content

Commit db4ad74

Browse files
ldv-altshemminger
authored andcommitted
configure: fix typo in check_xt_old_internal_h
Fixes: 377a099 ("configure: Minor code cleanup") Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
1 parent 80e5dde commit db4ad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ EOF
115115
check_xt_old_internal_h()
116116
{
117117
# bail if previous XT checks has already succeeded.
118-
grep -q if grep -q TC_CONFIG_XT $CONFIG && return
118+
grep -q TC_CONFIG_XT $CONFIG && return
119119

120120
#check if we need our own internal.h
121121
cat >$TMPDIR/ipttest.c <<EOF

0 commit comments

Comments
 (0)