Code

search for different boost header, should fix false positive recognition on SuSE...
authorrwst <rwst@users.sourceforge.net>
Sun, 9 Jul 2006 17:52:20 +0000 (17:52 +0000)
committerrwst <rwst@users.sourceforge.net>
Sun, 9 Jul 2006 17:52:20 +0000 (17:52 +0000)
configure.ac

index e83e54676ed53cfba601b9dfd3a4daa9119b2a9d..f8bea120b4536a5ce5a1435f4131a12da9648008 100644 (file)
@@ -586,7 +586,7 @@ fi
 dnl ******************************
 dnl   Boost graph library is required for graphlayout functions
 dnl ******************************
 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.])])
 
                 [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.])])