]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - configure
ss: add option --tos for requesting ipv4 tos and ipv6 tclass
[mirror_iproute2.git] / configure
index b85eb58b2ba9e72ac17f19f53c21744def68899d..45fcffb69bb532a876cd9462090f97cb42ff54eb 100755 (executable)
--- 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