Name

mk_check_libraries — Check for libraries

Synopsis

MODULES="... compiler ..."

mk_check_libraries libs...

Description

For each library in libs, mk_check_library is invoked to check for its availability. HAVE_LIB_LIB is set to the result. If the library was available, HAVE_LIB_LIB is defined in the current config header and LIB_LIB is set to lib (this is useful for conditionally linking to the library with LIBDEPS= later on). A message is printed indicating the result of each test.