]> granicus.if.org Git - graphviz/commitdiff
correct error message text when gd library missing
authorellson <devnull@localhost>
Tue, 3 Nov 2009 15:22:26 +0000 (15:22 +0000)
committerellson <devnull@localhost>
Tue, 3 Nov 2009 15:22:26 +0000 (15:22 +0000)
configure.ac

index 46785b4964699c611852a2d5f235535262f94de6..04382add7d0c12a1e094dd7581890d972159114b 100644 (file)
@@ -2487,7 +2487,7 @@ else
          use_gd="Yes"
         ],[
           AC_MSG_WARN(Optional GD library not available)
-          use_gd="No (gd library found)"
+          use_gd="No (library not found)"
         ], $GD_LIBS)
       fi
       LDFLAGS=$save_LDFLAGS