From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs-devel Digest, Vol 131, Issue 82 Date: Thu, 22 Jan 2015 18:14:40 +0200 Message-ID: <83mw5avllb.fsf@gnu.org> References: <9B7513AE176AE5429921DB50D54FD2FC03AB2A5D@MAILBOX.GAM.LOCAL> <87egqpsrzc.fsf@fencepost.gnu.org> <834mrlxvmk.fsf@gnu.org> <9B7513AE176AE5429921DB50D54FD2FC03FCB620@MAILBOX.GAM.LOCAL> <87mw5a4zds.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1421943296 3453 80.91.229.3 (22 Jan 2015 16:14:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 16:14:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 17:14:55 2015 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 1YEKPG-0000AM-F9 for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 17:14:54 +0100 Original-Received: from localhost ([::1]:54642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEKPF-0003wp-Qa for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 11:14:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEKPC-0003w2-4T for emacs-devel@gnu.org; Thu, 22 Jan 2015 11:14:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEKP5-0004Q7-8F for emacs-devel@gnu.org; Thu, 22 Jan 2015 11:14:50 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:41939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEKP4-0004Q2-W3 for emacs-devel@gnu.org; Thu, 22 Jan 2015 11:14:43 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NIL007006BHRJ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 22 Jan 2015 18:14:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIL0072N6GGRE10@a-mtaout20.012.net.il>; Thu, 22 Jan 2015 18:14:41 +0200 (IST) In-reply-to: <87mw5a4zds.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:181616 Archived-At: > From: =D3scar Fuentes > Date: Thu, 22 Jan 2015 16:18:55 +0100 >=20 > David Requena Zabala writes: >=20 > >>> It occurs to me that if the Lucid scrollbars are not supported = under > >>> Windows, the respective option combination should bomb out at > >>> configure time rather than at runtime. > >> > >>It does now. > > > > Sorry but... no. This is with a just cloned repo. >=20 > The fix was committed as 3ee38f2000944d50adb2c65bd1af11c464c87950 i= n the > emacs-24 branch. That branch is merged from time to time into maste= r, > something that didn't hapenned yet since that commit. Indeed. And even when this commit is merged to master, simply running the configure script after "git pull" will still run the old configure script. You need to say "make" to have the configure script automatically regenerated and re-run, and _then_ you will see it reject --without-toolkit-scroll-bars.