]> granicus.if.org Git - graphviz/commit
Remove HAVE_LIBGD check from plugin/gd
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 31 Mar 2017 11:06:41 +0000 (13:06 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 20:38:19 +0000 (22:38 +0200)
commitea8a74a6adf2fc9bd862c0df0a8ed7df4953442d
treed6488e797d19ce08dfd13122ca58e7d0ae6e3d9f
parenteeb00c6f15093ffe7623a38cf5e034fe3407263c
Remove HAVE_LIBGD check from plugin/gd

This check should exist only in the build configuration, if plugin/gd gets
build, then libgd should _always_ be available. Otherwise, mistakenly
building plugin/gd without defining HAVE_LIBGD, will lead to believe that
the build is succesfull, while in truth nothing gets build.
plugin/gd/gvdevice_gd.c
plugin/gd/gvloadimage_gd.c
plugin/gd/gvrender_gd.c
plugin/gd/gvrender_gd_vrml.c
plugin/gd/gvtextlayout_gd.c