From: ellson Date: Tue, 18 Oct 2005 21:10:46 +0000 (+0000) Subject: should be #ifdef X-Git-Tag: LAST_LIBGRAPH~32^2~7064 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=363ac0cca1e9eab1edae58486bd45bc316c645f9;p=graphviz should be #ifdef --- diff --git a/lib/gd/gdparttopng.c b/lib/gd/gdparttopng.c index 0ce55f29a..67ac7ba60 100644 --- a/lib/gd/gdparttopng.c +++ b/lib/gd/gdparttopng.c @@ -39,7 +39,7 @@ main (int argc, char **argv) printf ("Extracting from (%d, %d), size is %dx%d\n", x, y, w, h); -#if HAVE_LIBZ +#ifdef HAVE_LIBZ im = gdImageCreateFromGd2Part (in, x, y, w, h); #else im = NULL;