]> granicus.if.org Git - graphviz/commitdiff
set WITH_LIBGD properly if gd library no good
authorellson <devnull@localhost>
Wed, 17 Feb 2010 02:27:51 +0000 (02:27 +0000)
committerellson <devnull@localhost>
Wed, 17 Feb 2010 02:27:51 +0000 (02:27 +0000)
configure.ac

index 711056cd1974774dbe38458972121c495734d575..feb860695a0c4e7eb46e10e79e70bed1e5369737 100644 (file)
@@ -2490,6 +2490,7 @@ else
         ],[
           AC_MSG_WARN(Optional GD library not available)
           use_gd="No (library not found)"
+         with_libgd="no"
         ], $GD_LIBS)
       fi
       LDFLAGS=$save_LDFLAGS