From 4ccb0084be5a40bed151b833933d13c54d2936d6 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 1 Aug 2021 10:10:15 +0300 Subject: [PATCH] CONFIGURE: Update pkgconfig-related comments for mingw --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d8f4d5edd19..b6e96371daa 100755 --- a/configure +++ b/configure @@ -5090,7 +5090,7 @@ else if test "$_libunity" = auto ; then case $_host_os in mingw*) - # pkgconfig and unity are not supported on mingw + # unity is not supported on mingw _libunity=no ;; *) @@ -5131,7 +5131,7 @@ else if test "$_gtk" = auto ; then case $_host_os in mingw*) - # pkgconfig and gtk are not supported on mingw + # gtk is not required on mingw _gtk=no ;; *)