From: erg Date: Thu, 8 Mar 2007 16:40:59 +0000 (+0000) Subject: Fix bug 1091 X-Git-Tag: LAST_LIBGRAPH~32^2~5650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaecc8b2d5e9b0d0800882c786792b124a2d7828;p=graphviz Fix bug 1091 --- diff --git a/contrib/diffimg/Makefile.am b/contrib/diffimg/Makefile.am index db17847be..43d220ff2 100644 --- a/contrib/diffimg/Makefile.am +++ b/contrib/diffimg/Makefile.am @@ -11,11 +11,11 @@ endif 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 -diffimg_LDADD = @GD_LIBS@ +diffimg_LDADD = @GD_LIBS@ @MATH_LIBS@ endif GRAPH = "digraph G { hello -> world }"