diff mbox series

[iproute2] configure: Fix to minor error caused by 377a09902a57 ("configure: Minor code cleanup")

Message ID 20190101155342.22169-1-firasuke@gmail.com
State Superseded
Delegated to: stephen hemminger
Headers show
Series [iproute2] configure: Fix to minor error caused by 377a09902a57 ("configure: Minor code cleanup") | expand

Commit Message

Firas Khalil Khana Jan. 1, 2019, 3:53 p.m. UTC
Signed-off-by: Firas Khalil Khana <firasuke@gmail.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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