revalidator: Re-fix a flow duplication bug.
[cascardo/ovs.git] / acinclude.m4
index 230c033..5ed02d2 100644 (file)
@@ -490,7 +490,7 @@ AC_DEFUN([OVS_CHECK_MAKE_IF],
      [ovs_cv_gnu_make_if],
      [cat <<'EOF' > conftest.mk
 conftest.out:
-        echo $(if x,y,z) > conftest.out
+       echo $(if x,y,z) > conftest.out
 .PHONY: all
 EOF
       rm -f conftest.out