mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-08 09:24:48 +00:00
configure: fix typo in check_xt_old_internal_h
Fixes: 377a09902a ("configure: Minor code cleanup")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
80e5ddec14
commit
db4ad742e1
2
configure
vendored
2
configure
vendored
@ -115,7 +115,7 @@ EOF
|
|||||||
check_xt_old_internal_h()
|
check_xt_old_internal_h()
|
||||||
{
|
{
|
||||||
# bail if previous XT checks has already succeeded.
|
# 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
|
#check if we need our own internal.h
|
||||||
cat >$TMPDIR/ipttest.c <<EOF
|
cat >$TMPDIR/ipttest.c <<EOF
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user