------------------------------------------------------------ revno: 13444 revision-id: squid3@treenet.co.nz-20140605144932-1fd2ix8l6jfsdcoz parent: squid3@treenet.co.nz-20140605093250-4evs9x08blcfj0ah committer: Amos Jeffries branch nick: trunk timestamp: Thu 2014-06-05 07:49:32 -0700 message: Fix typo in rev.13441 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140605144932-1fd2ix8l6jfsdcoz # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: af1a0e01c385c4ff2c87f82436912a1b9f655961 # timestamp: 2014-06-05 14:53:59 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140605093250-\ # 4evs9x08blcfj0ah # # Begin patch === modified file 'configure.ac' --- configure.ac 2014-06-04 15:30:16 +0000 +++ configure.ac 2014-06-05 14:49:32 +0000 @@ -3425,7 +3425,7 @@ # 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