Alex Katebi wrote:

> I need to check for libraries that are installed in /usr/local/lib or
> /opt/lib. The AC_CHECK_LIB does not look into these dirs.
> Is there a path variables for the library checking that can be set? What are
> my options?

configure LDFLAGS=-L/usr/local/lib


-- 
William Pursell


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to