From: Lemures Lemniscati Date: Mon, 28 Jun 2021 09:14:37 +0000 (+0900) Subject: Fix a typo `GDK` to `[GDLIB]` in a call `PKG_CHECK_MODULES()` X-Git-Tag: 2.48.0~26^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b60fe9cb316ba0cd0add6c3f7a90a59f9e0e286;p=graphviz Fix a typo `GDK` to `[GDLIB]` in a call `PKG_CHECK_MODULES()` --- diff --git a/configure.ac b/configure.ac index c22810f00..c8b9f36a2 100644 --- a/configure.ac +++ b/configure.ac @@ -2305,7 +2305,7 @@ if test "x$with_libgd" != "xyes"; then fi if test "x$use_gd" = "x"; then - PKG_CHECK_MODULES(GTK, [gdlib >= 2.0.33],[ + PKG_CHECK_MODULES([GDLIB], [gdlib >= 2.0.33],[ have_gdlib=1 # FIXME - why no features in the gdlib.pc? GD_FEATURES="GD_PNG GD_JPEG GD_XPM GD_FONTCONFIG GD_FREETYPE GD_GIF"