Revisão | 800bedc11b3afb76fb579ab93305e574306f55c4 (tree) |
---|---|
Hora | 2013-07-26 17:57:19 |
Autor | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Change minimal boost version. #28588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1440 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -161,7 +161,7 @@ dnl Size of BLAS int | ||
161 | 161 | AC_DEFINE([SIZEOF_LAPACKINT], [SIZEOF_BLASINT], [The size of integer variables used by LAPACK library]) |
162 | 162 | |
163 | 163 | dnl Boost |
164 | -AX_BOOST_BASE([1.48],,[AC_MSG_FAILURE([boost library is too old!])]) | |
164 | +AX_BOOST_BASE([1.46],,[AC_MSG_FAILURE([boost library is too old!])]) | |
165 | 165 | AX_BOOST_SERIALIZATION |
166 | 166 | AX_BOOST_MPI |
167 | 167 |