In particular -march=native. It confuses some downstream build tools
to encounter the option in its full name form.
SQUID_YESNO([$enableval],
[Unrecognized argument to --disable-arch-native: $enableval])
])
-AC_MSG_NOTICE([CPU -march=native optimization enabled: ${enable_arch_native:=auto}])
+AC_MSG_NOTICE([CPU arch native optimization enabled: ${enable_arch_native:=auto}])
if test "x${enable_arch_native}" != "xno"; then
SQUID_CC_CHECK_ARGUMENT([squid_cv_check_marchnative],[-march=native])
fi