From c71ac9f3ffe234e57519057805c68b0c7d69e42c Mon Sep 17 00:00:00 2001 From: rwst Date: Sun, 9 Jul 2006 17:52:20 +0000 Subject: [PATCH] search for different boost header, should fix false positive recognition on SuSE systems (#1512073) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.])]) -- 2.30.2