Code

Previously graph layout was done using the Kamada-Kawai layout algorithm
[inkscape.git] / configure.ac
index f8bea120b4536a5ce5a1435f4131a12da9648008..e52f206509aac741799946f95f740dd6f1dc3236 100644 (file)
@@ -583,13 +583,6 @@ if test "$enable_osxapp" = "yes"; then
    AC_DEFINE(ENABLE_OSX_APP_LOCATIONS,,[Build with OSX .app data dir paths?])
 fi
 
-dnl ******************************
-dnl   Boost graph library is required for graphlayout functions
-dnl ******************************
-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.])])
-
 dnl ******************************
 dnl   Reported by autoscan
 dnl ******************************