From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Why does configure now check for gobject-introspection-1.0? Date: Wed, 20 Jan 2016 20:30:44 +0100 Message-ID: References: <569FD865.1010101@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453318289 30101 80.91.229.3 (20 Jan 2016 19:31:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jan 2016 19:31:29 +0000 (UTC) Cc: Emacs development discussions To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 20 20:31:18 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aLyTO-0001Op-2Q for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2016 20:31:18 +0100 Original-Received: from localhost ([::1]:44785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLyTK-0004mB-5R for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2016 14:31:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLyTG-0004m2-V8 for emacs-devel@gnu.org; Wed, 20 Jan 2016 14:31:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLyTD-0007NZ-Ow for emacs-devel@gnu.org; Wed, 20 Jan 2016 14:31:10 -0500 Original-Received: from mx6.bahnhof.se ([213.80.101.16]:48124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLyTD-0007Mt-Ie for emacs-devel@gnu.org; Wed, 20 Jan 2016 14:31:07 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx6-reinject (Postfix) with ESMTP id 63AB941542; Wed, 20 Jan 2016 20:31:06 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF1) Original-Received: from mf1.bahnhof.se ([127.0.0.1]) by localhost (mf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LsS-FuxV34EX; Wed, 20 Jan 2016 20:31:00 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf1.bahnhof.se (Postfix) with ESMTP id 94E67330ADD; Wed, 20 Jan 2016 20:30:58 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 3FFD84E9155; Wed, 20 Jan 2016 19:30:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GH8ptM6ETkd7; Wed, 20 Jan 2016 20:30:44 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id A578D4E9153; Wed, 20 Jan 2016 20:30:44 +0100 (CET) In-Reply-To: <569FD865.1010101@cs.ucla.edu> (Paul Eggert's message of "Wed, 20 Jan 2016 10:56:37 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.16 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198447 Archived-At: Paul Eggert writes: > Can you please explain why 'configure' now checks for > gobject-introspection-1.0 >= 1.32.1? I don't see where HAVE_GIR is > used anywhere, so it seems unnecessary for 'configure' to check for > it. > > Perhaps this is for some enhancements planned in the future? If so, > let's omit this part of 'configure' until it's needed. > Yes you are correct. The GIR part of the patch is in the main xwidget repo, and wasn't included in the xwidget_mvp branch. Are you able to correct this or should I? -- Joakim Verona