summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
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)