CONFIGURE: Update pkgconfig-related comments for mingw

This commit is contained in:
Orgad Shaneh 2021-08-01 10:10:15 +03:00
parent fe231af1ea
commit 4ccb0084be

4
configure vendored
View File

@ -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
;;
*)