Hello! I have written a small macro that uses AC_LINK_IFELSE to check for a specific library. I had expected that it would use LDFLAGS as well as CXXFLAGS when compiling and linking my test program. As far as I can see LDFLAGS is not used, only CXXFLAGS and LIBS. Can someone tell me why this is?
If this is the desired behaiviour then how should I be able to check for libraries installed in non-standard locations? Regards, Mattias
