1
0
Fork 0

removed boost libraries

This commit is contained in:
Frank Celler 2011-12-04 15:56:50 +01:00
parent c28e2007d9
commit 7ecf372463
2 changed files with 1 additions and 17 deletions

View File

@ -6,7 +6,7 @@ dnl ============================================================================
dnl PREAMBLE triAGENS GmbH Build Environment dnl PREAMBLE triAGENS GmbH Build Environment
dnl ============================================================================ dnl ============================================================================
AC_INIT([triAGENS AvocadoDB], [0.0.4], [info@triagens.de], [avocadodb], [http://www.worldofvoc.com]) AC_INIT([triAGENS AvocadoDB], [0.0.4], [info@triagens.de], [avocado], [http://www.worldofvoc.com])
dnl ---------------------------------------------------------------------------- dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing dnl auxillary directory for install-sh and missing

View File

@ -55,22 +55,6 @@ TR_FIND_CXX_LIBRARY([boost],
LIBS="$LIBS $BOOST_LIBS" LIBS="$LIBS $BOOST_LIBS"
dnl -----------------------------------------------------------------------------------------
dnl boost_regex
dnl -----------------------------------------------------------------------------------------
TR_FIND_CXX_LIBRARY([boost],
[boost_regex$BOOST_SUFFIX],
[BOOST_LIBS],
[#include <boost/regex.hpp>],
[boost::regex m("a")])
if test "x$tr_library_found" != xyes; then
AC_MSG_ERROR([Please install the boost regular expression package from http://www.boost.org/])
fi
LIBS="$LIBS $BOOST_LIBS"
dnl ----------------------------------------------------------------------------------------- dnl -----------------------------------------------------------------------------------------
dnl boost_program_options dnl boost_program_options
dnl ----------------------------------------------------------------------------------------- dnl -----------------------------------------------------------------------------------------