[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 07 of 10 v3] libxl: explicitly check for libmath in autoconf
On Fri, 2012-07-06 at 12:42 +0100, Ian Campbell wrote: > > diff --git a/tools/configure.ac b/tools/configure.ac > > --- a/tools/configure.ac > > +++ b/tools/configure.ac > > @@ -133,6 +133,7 @@ AC_CHECK_LIB([lzo2], [lzo1x_decompress], > > AC_SUBST(zlib) > > AC_CHECK_LIB([aio], [io_setup], [system_aio="y"], [system_aio="n"]) > > AC_SUBST(system_aio) > > +AC_CHECK_LIB([m], [isnan], [], [AC_MSG_ERROR([Could not find libmath])]) > > Should this be s/libmath/libm/ to avoid confusion? > Yes, I think that would be better. > I will do this as I > commit if necessary. > Well, that would be great, thanks. Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://retis.sssup.it/people/faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |