From: rwst Date: Sun, 9 Jul 2006 17:52:20 +0000 (+0000) Subject: search for different boost header, should fix false positive recognition on SuSE... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c71ac9f3ffe234e57519057805c68b0c7d69e42c;p=inkscape.git search for different boost header, should fix false positive recognition on SuSE systems (#1512073) --- diff --git a/configure.ac b/configure.ac index e83e54676..f8bea120b 100644 --- a/configure.ac +++ b/configure.ac @@ -586,7 +586,7 @@ fi dnl ****************************** dnl Boost graph library is required for graphlayout functions dnl ****************************** -AC_CHECK_HEADER([boost/graph/adjacency_list.hpp], +AC_CHECK_HEADER([boost/graph/kamada_kawai_spring_layout.hpp], [AC_DEFINE([HAVE_BOOST_GRAPH_LIB],[],[Will enable connector network layout])], [AC_MSG_WARN([Boost graph lib not found, can't include connector network layout functionality.])])