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 ;-)
The text was updated successfully, but these errors were encountered:
jimklimov
changed the title
Question: Should we AC_CHECK_LIB the "libname" or "linkname"?
Question: Should we AC_CHECK_LIB the "prefix", "libname" or "linkname"?
Oct 11, 2019
Stumbled upon this line while sanitizing some project that has dashes and underscores mixed up in the name :
zproject/zproject_autotools.gsl
Line 770 in c1725c6
I do not know (yet) if it causes any problems, but the discrepancy raised a flag for me so recording here ;-)
The text was updated successfully, but these errors were encountered: