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
Previous implementation of AX_CHECK_LIB macro fails whether any function
in argument list has not been found and informs only about this function.
This causes several configure runs to detect all names which has not been found.
Current implementation validates the entire list of required functions for one
library required by one component and informs about all functions that
have not been found.
0 commit comments