From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH 07 of 10 v3] libxl: explicitly check for libmath in autoconf Date: Wed, 4 Jul 2012 17:44:01 +0100 Message-ID: <4FF472D1.4050601@citrix.com> References: <6fd693e7f3bc8b4d9bd2.1341418686@Solace> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6fd693e7f3bc8b4d9bd2.1341418686@Solace> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli Cc: Andre Przywara , Ian Campbell , Stefano Stabellini , George Dunlap , Juergen Gross , Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Dario Faggioli wrote: > # HG changeset patch > # User Dario Faggioli > # Date 1341416324 -7200 > # Node ID 6fd693e7f3bc8b4d9bd20befff2c13de5591a7c5 > # Parent 3b65112bedc0656512312e29b89652f1c4ca0083 > libxl: explicitly check for libmath in autoconf > > As well as explicitly add -lm to libxl's Makefile. > > This is because next patch uses floating point arithmetic, and > it is better to state it clearly that we need libmath (just in > case we find a libc that wants that to be explicitly enforced). > > Notice that autoconf should be rerun after applying this change. > > Signed-off-by: Dario Faggioli Acked-by: Roger Pau Monne