Albert Chin wrote: > <SNIP> > Is this too much: > AC_CHECK_FUNC(cos, , AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")) > > We could do the same for: > AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw"). > > -- > albert chin ([EMAIL PROTECTED])
Yeah, I think this is too much. 's/main/cos/' fixes the problem without risking anything. With Bob's approval I'm going to check this patch in. Thanks! Robert _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
