Skip to content

pkg.m4.in: Check if $pkg_cv_[]$1[]_LIBS works

H.J. Lu requested to merge hjl.tools/pkg-config:hjl/master into master

It is quite normal to have headers without library on multilib OSes. Add AC_TRY_LINK to PKG_CHECK_MODULES to check if $pkg_cv_[]$1[]_LIBS works.

Merge request reports