File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 272
272
# optional ... use libgvc to draw graphs of workspace dependencies
273
273
AC_ARG_WITH ( [ libgvc] , AS_HELP_STRING ( [ --without-libgvc] , [ build without libgvc (default: test)] ) )
274
274
275
+ # gvc 2.30 is broken in a number of ways and we can't use it, see for example
276
+ # http://lists.research.att.com/pipermail/graphviz-devel/2012/001544.html
277
+
275
278
if test "x$with_libgvc" != "xno"; then
276
- PKG_CHECK_MODULES(LIBGVC, libgvc,
279
+ PKG_CHECK_MODULES(LIBGVC, libgvc < 2.30 ,
277
280
[ AC_DEFINE ( HAVE_LIBGVC ,1 ,[ define if you have libgvc installed.] )
278
281
with_libgvc=yes
279
282
] ,
@@ -381,6 +384,7 @@ use fftw3 for FFT: $with_fftw3
381
384
use gsl for numeric functions: $with_gsl
382
385
use libgoffice to show plots: $with_libgoffice
383
386
use libgvc to show ws dep graphs: $with_libgvc
387
+ (requires gvc < 2.30)
384
388
use gtksheet to show matrices: $with_gtksheet
385
389
(requires gtk+-2.0 >= 2.18)
386
390
use gtkinfobar to show messages: $nip_use_infobar
You can’t perform that action at this time.
0 commit comments