From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaR5V-000608-Pw for qemu-devel@nongnu.org; Mon, 29 Feb 2016 11:54:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaR5S-0003jR-4t for qemu-devel@nongnu.org; Mon, 29 Feb 2016 11:54:25 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:33951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaR5R-0003jJ-UV for qemu-devel@nongnu.org; Mon, 29 Feb 2016 11:54:22 -0500 Received: by mail-vk0-x22f.google.com with SMTP id e185so139892382vkb.1 for ; Mon, 29 Feb 2016 08:54:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <56D4769C.5080808@redhat.com> References: <56BB8F66.5080406@redhat.com> <20160214071711.GD31933@ad.usersys.redhat.com> <56D4769C.5080808@redhat.com> From: Peter Maydell Date: Mon, 29 Feb 2016 16:54:01 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] make distclean can fail do to a configuration check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Fam Zheng , qemu-devel On 29 February 2016 at 16:49, John Snow wrote: > This is due to the new glib-version-detection code that was checked in. > I had a configuration using clang, which does not appear to support the > mechanisms that are being used to tell what version of glib is being > linked against. FWIW my clang configurations work ok... thanks -- PMM