From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6868 invoked by alias); 27 Jul 2014 04:24:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 6819 invoked by uid 89); 27 Jul 2014 04:24:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 27 Jul 2014 04:24:38 +0000 Received: by mail-pd0-f173.google.com with SMTP id w10so7697849pde.18 for ; Sat, 26 Jul 2014 21:24:35 -0700 (PDT) X-Received: by 10.70.54.42 with SMTP id g10mr29713400pdp.49.1406435075128; Sat, 26 Jul 2014 21:24:35 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id qy8sm51654637pab.12.2014.07.26.21.24.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Jul 2014 21:24:34 -0700 (PDT) From: Doug Evans To: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix build/17105: don't install guile/python if not configured References: <20140721195403.GA17558@host2.jankratochvil.net> Date: Sun, 27 Jul 2014 14:43:00 -0000 In-Reply-To: <20140721195403.GA17558@host2.jankratochvil.net> (Jan Kratochvil's message of "Mon, 21 Jul 2014 21:54:03 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00688.txt.bz2 Jan Kratochvil writes: > On Mon, 21 Jul 2014 02:02:23 +0200, Doug Evans wrote: >> This patch fixes build/17105. >> Tested with/without guile,python on amd64-linux. > > BTW I find the patch fine. Committed to trunk and 7.8 branch.