summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorKazuki Ohta <kazuki.ohta@gmail.com>2010-04-18 15:11:50 +0900
committerKazuki Ohta <kazuki.ohta@gmail.com>2010-04-18 15:11:50 +0900
commit11f7aa4212a2539b008f7e357474ebc412647c71 (patch)
tree2c024c06b4961f7febca15c74355a5fb977bf4d4 /cpp
parentf53c351fd28b3bea6a03416a54aff631499af65a (diff)
downloadmsgpack-python-11f7aa4212a2539b008f7e357474ebc412647c71.tar.gz
cpp: fixed small typo in configure.in
Diffstat (limited to 'cpp')
-rw-r--r--cpp/configure.in2
1 files changed, 1 insertions, 1 deletions
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"
])