diff --git a/configure.ac b/configure.ac index acfad363cc..3d970c7a3a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/m4/configure.boost b/m4/configure.boost index b08d01f432..32c4656a50 100644 --- a/m4/configure.boost +++ b/m4/configure.boost @@ -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 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 -----------------------------------------------------------------------------------------