WIP. Added console/file logger

This commit is contained in:
emeric
2014-08-23 15:34:35 +02:00
parent d018922847
commit 5a66ff10af
6 changed files with 40 additions and 3 deletions
+10 -1
View File
@@ -87,6 +87,16 @@ AC_CHECK_LIB( [boost_iostreams],
,
[AC_MSG_ERROR([libboost_iostreams not found!])])
AC_CHECK_LIB( [boost_log],
[main],
,
[AC_MSG_ERROR([libboost_log not found!])])
AC_CHECK_LIB( [boost_log_setup],
[main],
,
[AC_MSG_ERROR([libboost_log_setup not found!])])
AC_CHECK_LIB( [protobuf],
[main],
,
@@ -114,7 +124,6 @@ AC_CHECK_LIB([wt],
[AC_MSG_ERROR([libwt not found!])])
AC_CONFIG_FILES([Makefile
test/Makefile])