From 990fab7756ed6c4bce0c039dbde13f559a397f32 Mon Sep 17 00:00:00 2001 From: Lemures Lemniscati Date: Mon, 28 Jun 2021 18:14:36 +0900 Subject: [PATCH] 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`. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0