Fully identify the boost header that needs to be fixed for C++11 compilation.

This commit is contained in:
John Ralls
2015-12-26 11:42:38 -08:00
parent e5ad4aad2d
commit e0495fe269

View File

@@ -229,7 +229,11 @@ zone_no_dst(int year, TZInfo *std_info)
])],
[AC_MSG_RESULT([yes])],
[AC_MSG_FAILURE([Boost Header Fails to compile with C++11. To fix this, open it and change line 67 to
[AC_MSG_FAILURE([
Boost Header Fails to compile with C++11. To fix this, open
date_time/local_time/custom_time_zone.hpp, perhaps as root,
in your boost include directory (/usr/include/boost in most cases)
and change line 67 to
return (bool) dst_calc_rules_; //if calc_rule is set the tz has dst
])])
CXXFLAGS="$oldcxxflags"