From: Amos Jeffries Date: Thu, 5 Jun 2014 14:49:32 +0000 (-0700) Subject: Fix typo in rev.13441 X-Git-Tag: SQUID_3_5_0_1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3080eecc36652ca896c83e58f3b5c4bb0a7edff;p=thirdparty%2Fsquid.git Fix typo in rev.13441 --- diff --git a/configure.ac b/configure.ac index 51054f9503..b27c9fd0ac 100644 --- a/configure.ac +++ b/configure.ac @@ -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