Ian
Comments: [erg] This is bug 1099 and has been fixed.
Fix:
I think the following patch is sufficient to fix my problem:
=====8<-----
--- graphviz-2.12-orig/contrib/diffimg/Makefile.am 2006-06-27 22:29:56.000000000 +1000
+++ graphviz-2.12/contrib/diffimg/Makefile.am 2007-07-13 15:49:53.000000000 +1000
@@ -11,7 +11,7 @@
diffimg_SOURCES = diffimg.c
-if WITH_LIBGD
+if WITH_MYLIBGD
diffimg_LDADD = $(top_builddir)/lib/gd/libgvgd_C.la
@FC_LIBS@ @FT_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @Z_LIBS@ @MATH_LIBS@
else
=====8<-----