diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-02-13 02:00:14 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-02-13 02:00:14 +0000 |
| commit | 19a528cb8e524239aaeea16df87558ca4be4cced (patch) | |
| tree | b6fea2f930a3f6c9b78ac8bfc74a27fb50e24f46 /configure.ac | |
| parent | optimization: do not notify any listeners if attributes' new value is the sam... (diff) | |
| download | inkscape-19a528cb8e524239aaeea16df87558ca4be4cced.tar.gz inkscape-19a528cb8e524239aaeea16df87558ca4be4cced.zip | |
Added connector graph layout functionality
(bzr r122)
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b0ce823c1..17b753c6f 100644 --- a/configure.ac +++ b/configure.ac @@ -538,6 +538,13 @@ if test "$enable_osxapp" = "yes"; then fi dnl ****************************** +dnl Boost graph library is required for graphlayout functions +dnl ****************************** +AC_CHECK_HEADER([boost/graph/adjacency_list.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.])]) + +dnl ****************************** dnl Reported by autoscan dnl ****************************** AC_CHECK_FUNCS(pow) |
