Changeset 1247
- Timestamp:
- 06/09/08 09:47:55 (3 months ago)
- Files:
-
- configure.ac (modified) (1 diff)
- flowcanvas/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
configure.ac
r1245 r1247 552 552 553 553 # Check for the graphviz library for auto-layout support 554 graphviz="no" 555 AC_ARG_ENABLE(graphviz, 556 [AS_HELP_STRING(--enable-graphviz, [Use graphviz to automatically organize canvas (yes)])], 557 [ graphviz="$enableval"]) 554 558 PKG_CHECK_MODULES(AGRAPH, libgvc >= 2.8, graphviz="yes", graphviz="no") 555 559 if test "$graphviz" = "yes"; then flowcanvas/configure.ac
r1205 r1247 154 154 # Check for the graphviz library for auto-layout support 155 155 graphviz="no" 156 AC_ARG_ENABLE(graphviz, 157 [AS_HELP_STRING(--enable-graphviz, [Use graphviz to automatically organize canvas (yes)])], 158 [ graphviz="$enableval"]) 156 159 PKG_CHECK_MODULES(AGRAPH, libgvc >= 2.8, graphviz="yes", graphviz="no") 157 160 if test "$graphviz" = "yes"; then
