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