replace timeval and time_t with boost::posix_time::ptime
This commit is contained in:
@@ -139,6 +139,13 @@ AC_CHECK_LIB(boost_locale$BOOST_LIB_SUFFIX, main, LDFLAGS="$LDFLAGS -lboost_loca
|
||||
AC_MSG_ERROR([no boost.locale library found])
|
||||
)
|
||||
|
||||
dnl =================================
|
||||
dnl = checking for boost.posix_time =
|
||||
dnl =================================
|
||||
AC_CHECK_HEADERS([boost/date_time/posix_time/posix_time.hpp], ,
|
||||
AC_MSG_ERROR(boost/date_time/posix_time/posix_time.hpp is missing)
|
||||
)
|
||||
|
||||
dnl ============================
|
||||
dnl = checking for boost.regex =
|
||||
dnl ============================
|
||||
|
||||
Reference in New Issue
Block a user