From 72008502c1a85803255bbe3aadc383f76b4864c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 18 Jan 2011 16:26:36 -0500
Subject: [PATCH] Build system: upgrade Boost version requirement

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f8d4164519..b0761df849 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,8 @@ if test "x$YACC" = "x"; then
   AM_MISSING_PROG([YACC], [bison])
 fi
 
-AX_BOOST_BASE([1.34])
+# We need 1.36 because of unordered_{set,hash} used by Dynare++
+AX_BOOST_BASE([1.36])
 
 CPPFLAGS_SAVED="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-- 
GitLab