From f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Feb 2011 13:56:09 +0200 Subject: Add support for smart-ptr, unordered, and date_time (basic) --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e2834da..0060d99 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,14 @@ LT_OUTPUT # THREADS +# Check for boost. +# +LIBBOOST([],[AC_MSG_ERROR([boost is not found; consider using CPPFLAGS/LDFLAGS or --with-boost=DIR to specify its location])]) +LIBBOOST_SYSTEM + # Check for libodb. # -LIBODB([],[AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])]) +LIBODB([], [AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])]) # Define LIBODB_BOOST_STATIC_LIB if we are build static library on certain # platforms. -- cgit v1.1