From 671b771fc3df48139bccca29a4cee446244b1782 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Fri, 6 Nov 2015 01:00:10 +0100
Subject: [PATCH] Fixing installation, for incomplete boost

---
 configure.ac | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/configure.ac b/configure.ac
index 58c0abf3..e810f5d2 100755
--- a/configure.ac
+++ b/configure.ac
@@ -203,6 +203,16 @@ BOOST_CPPFLAGS=$(echo "$BOOST_CPPFLAGS" | sed -e 's/-I\/usr\/include//g')
 AC_SUBST(BOOST_LDFLAGS)
 AC_SUBST(BOOST_CPPFLAGS)
 
+## boost_iostreams and boost_program_options are required
+
+if test x"$ax_cv_boost_program_options" = x"no"  ; then
+  exit 202
+fi
+
+if test x"$ax_cv_boost_iostreams" = x"yes" ; then
+  exit 202
+fi
+
 ####### Checking for GPU support
 
 AX_CUDA
-- 
GitLab