]> granicus.if.org Git - graphviz/commitdiff
Remove a redundant arg `$GD_LIBS`
authorLemures Lemniscati <lemures.lemniscati@gmail.com>
Mon, 28 Jun 2021 09:14:36 +0000 (18:14 +0900)
committerLemures Lemniscati <lemures.lemniscati@gmail.com>
Mon, 28 Jun 2021 09:14:36 +0000 (18:14 +0900)
It might be a typo of `$GDLIB_LIBS`,
and, if so, it is redundant, since `$LDFLAGS` contains `$GDLIB_LIBS`.

configure.ac

index 7f6d3e55599511770d5fae8048bb1f7c902f44af..c22810f00688cf512da50676f9c67122626b421e 100644 (file)
@@ -2420,7 +2420,7 @@ if test "x$use_gd" = "x"; then
           AC_MSG_WARN(Optional GD library not available)
           use_gd="No (library not found)"
          with_libgd="no"
-        ], $GD_LIBS)
+        ])
       fi
       LDFLAGS=$save_LDFLAGS
       CPPFLAGS=$save_CPPFLAGS