From: Lemures Lemniscati Date: Mon, 28 Jun 2021 09:14:36 +0000 (+0900) Subject: Remove a redundant arg `$GD_LIBS` X-Git-Tag: 2.48.0~26^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=990fab7756ed6c4bce0c039dbde13f559a397f32;p=graphviz Remove a redundant arg `$GD_LIBS` It might be a typo of `$GDLIB_LIBS`, and, if so, it is redundant, since `$LDFLAGS` contains `$GDLIB_LIBS`. --- diff --git a/configure.ac b/configure.ac index 7f6d3e555..c22810f00 100644 --- a/configure.ac +++ b/configure.ac @@ -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