[gnote] Remove checks for boost



commit 7a6412a20360242e0c85787be24d053c442d32c9
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Jan 28 18:50:12 2017 +0200

    Remove checks for boost

 configure.ac |    5 -
 m4/boost.m4  | 1560 ----------------------------------------------------------
 2 files changed, 0 insertions(+), 1565 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2042637..30eae58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,6 @@ YELP_HELP_INIT
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR(m4)
 
-m4_pattern_allow([^BOOST_])
-
 GNOTE_VERSION="$PACKAGE_VERSION"
 AC_SUBST(GNOTE_VERSION)
 LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
@@ -29,7 +27,6 @@ GTK_VERSION=3.20
 LIBGLIBMM_VERSION=2.32
 LIBGTKMM_VERSION=3.18
 GTKSPELL_VERSION=3.0.0
-BOOST_VERSION=1.34
 LIBSECRET_VERSION=0.8
 UNITTESTCPP_VERSION=1.5.1
 
@@ -95,8 +92,6 @@ AC_SUBST(UNITTESTCPP_LIBS)
 AM_CONDITIONAL(HAVE_UNITTESTCPP, test "$HAVE_UNITTESTCPP" = "yes")
 
 
-BOOST_REQUIRE([$BOOST_VERSION])
-
 AC_LANG_PUSH(C++)
 if test "$GCC" = "yes"; then
         GNOTE_BUILD_CONFIG="$GNOTE_BUILD_CONFIG gcc-options="


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]