From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH RFC 02/23] configure: make the libaio test non-fatal on OSes different than Linux Date: Tue, 22 Apr 2014 16:30:22 +0200 Message-ID: <53567CFE.5040309@citrix.com> References: <1397657612-57277-1-git-send-email-roger.pau@citrix.com> <1397657612-57277-3-git-send-email-roger.pau@citrix.com> <21327.65399.966510.802311@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WcbiS-0007zi-He for xen-devel@lists.xenproject.org; Tue, 22 Apr 2014 14:30:32 +0000 In-Reply-To: <21327.65399.966510.802311@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org, Ian Campbell List-Id: xen-devel@lists.xenproject.org On 17/04/14 18:21, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH RFC 02/23] configure: make the libaio tes= t non-fatal on OSes different than Linux"): >> libaio is only present on Linux systems, so make the configure test >> that checks for libaio non-fatal is the host OS is different than >> Linux. >> >> Signed-off-by: Roger Pau Monn=E9 > = > Acked-by: Ian Jackson > = >> Please re-run autoconf after applying this patch. > = > Can you move that just before, rather than just after, the S-o-b ? > That will make it less likely to be overlooked I think. Sure, I usually put those kind of notes after the S-o-b, so it's not included in the actual commit message. Roger.