From 11f7aa4212a2539b008f7e357474ebc412647c71 Mon Sep 17 00:00:00 2001 From: Kazuki Ohta Date: Sun, 18 Apr 2010 15:11:50 +0900 Subject: cpp: fixed small typo in configure.in --- cpp/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/configure.in b/cpp/configure.in index a4cb4d8..8c59dda 100644 --- a/cpp/configure.in +++ b/cpp/configure.in @@ -33,7 +33,7 @@ if test "$msgpack_cv_atomic_ops" != "yes"; then Note that gcc < 4.1 is not supported. If you are using gcc >= 4.1 and the default target CPU architecture is "i386", try to -add CFLAGS="--march=i686" and CXXFLAGS="-march=i668" options to ./configure as follows: +add CFLAGS="--march=i686" and CXXFLAGS="-march=i686" options to ./configure as follows: $ ./configure CFLAGS="-march=i686" CXXFLAGS="-march=i686" ]) -- cgit v1.2.1