mirror of https://gitee.com/bigwinds/arangodb
removed boost libraries
This commit is contained in:
parent
c28e2007d9
commit
7ecf372463
|
@ -6,7 +6,7 @@ dnl ============================================================================
|
|||
dnl PREAMBLE triAGENS GmbH Build Environment
|
||||
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 auxillary directory for install-sh and missing
|
||||
|
|
|
@ -55,22 +55,6 @@ TR_FIND_CXX_LIBRARY([boost],
|
|||
|
||||
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 boost_program_options
|
||||
dnl -----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue