cpp: fixed small typo in configure.in

This commit is contained in:
Kazuki Ohta
2010-04-18 15:11:50 +09:00
parent f53c351fd2
commit 11f7aa4212

View File

@@ -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"
])