16
AC_CHECK_LIB([boost_filesystem-mt], main, ,
18
AC_CHECK_LIB([boost_thread-mt], main, ,
16
20
AC_CHECK_LIB([sqlite3], sqlite3_initialize, ,
17
21
AC_MSG_ERROR([Unable to find SQLite3 library]))
19
23
# checks for header files.
21
25
AC_CHECK_HEADERS([string.h])
29
27
# checks for typedefs, structures, and compiler characteristics.