Browse Source

[2147] added some more specific workaround in AC_MSG_ERROR().

JINMEI Tatuya 12 years ago
parent
commit
90f55cdeac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -818,7 +818,7 @@ AC_TRY_COMPILE([
 ],,
 [AC_MSG_RESULT(yes)],
 [AC_MSG_RESULT(no)
- AC_MSG_ERROR([Failed to compile a required header file.  See the ChangeLog entry for Trac no. 2147])])
+ AC_MSG_ERROR([Failed to compile a required header file.  Try upgrading Boost to 1.44 or higher (when using clang++) or specifying --without-werror.  See the ChangeLog entry for Trac no. 2147 for more details.])])
 
 CPPFLAGS="$CPPFLAGS_SAVES $CPPFLAGS_BOOST_THREADCONF"
 AC_SUBST(BOOST_INCLUDES)