WIP. Reorganizing things to get settings work. First attempt on Database settings

This commit is contained in:
emeric
2014-07-22 12:57:29 +02:00
parent f1cea2404e
commit 938e96cc40
32 changed files with 752 additions and 96 deletions
+4 -4
View File
@@ -67,10 +67,10 @@ AC_CHECK_LIB( [boost_thread],
,
[AC_MSG_ERROR([libboost_thread not found!])])
#AC_CHECK_LIB( [boost_date_time],
# [main],
# ,
# [AC_MSG_ERROR([libboost_date_time not found!])])
AC_CHECK_LIB( [boost_date_time],
[main],
,
[AC_MSG_ERROR([libboost_date_time not found!])])
#AC_CHECK_LIB( [boost_signals],
# [main],