You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC_CHECK_LIB([$(use.prefix)], [$(use.test:)],
[
was_$(use.project:c)_check_lib_detected=yes
PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -l$(use.linkname)"
. if optional
AC_DEFINE(HAVE_$(USE.AM_LIB_MACRO), 1, [The optional $(use.libname) library is to be used (as -l$(use.linkname))])
],
[])
I do not know (yet) if it causes any problems, but the discrepancy raised a flag for me so recording here ;-)