]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.13441
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jun 2014 14:49:32 +0000 (07:49 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jun 2014 14:49:32 +0000 (07:49 -0700)
configure.ac

index 51054f950304c66a3342bdac8f68cc2364aa6774..b27c9fd0acdcfea370c2dbefebb1371ab4758a7b 100644 (file)
@@ -3425,7 +3425,7 @@ if test "x$BUILDCXXFLAGS" = "x"; then
   # otherwise rely on the user-provided value
   if test "x$squid_cv_check_marchnative" = "xyes"; then
     # always valid for the Build compiler.
-    BUILDCXXFLAGS="-march-native"
+    BUILDCXXFLAGS="-march=native"
   fi
   BUILDCXXFLAGS="$BUILDCXXFLAGS $CXXFLAGS"
 fi