diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-07-09 17:52:20 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-07-09 17:52:20 +0000 |
| commit | ec346d70ee7be0a024b82347dd662572932d0f6a (patch) | |
| tree | 5f3ff4b08079cf4587ae4747a349981eee82d996 | |
| parent | fix properly. oops ^^ (diff) | |
| download | inkscape-ec346d70ee7be0a024b82347dd662572932d0f6a.tar.gz inkscape-ec346d70ee7be0a024b82347dd662572932d0f6a.zip | |
search for different boost header, should fix false positive recognition on SuSE systems (#1512073)
(bzr r1387)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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.])]) |
