]> granicus.if.org Git - graphviz/commitdiff
Fix a typo `GDK` to `[GDLIB]` in a call `PKG_CHECK_MODULES()`
authorLemures Lemniscati <lemures.lemniscati@gmail.com>
Mon, 28 Jun 2021 09:14:37 +0000 (18:14 +0900)
committerLemures Lemniscati <lemures.lemniscati@gmail.com>
Mon, 28 Jun 2021 09:14:37 +0000 (18:14 +0900)
configure.ac

index c22810f00688cf512da50676f9c67122626b421e..c8b9f36a2a14373c33061d6eff8a0f9e6da7405c 100644 (file)
@@ -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"