From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id EF1C93858D1E for ; Tue, 14 Feb 2023 18:33:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EF1C93858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.192] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 929DB1E0D3; Tue, 14 Feb 2023 13:33:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1676399584; bh=tip7ZTJczXyamADJ3+svaGVH1HO10PdkmGem+/ZBKAc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=N4oqEg+pOlufgmB6n5dUSfESNPgKr0n0nIGE6cQ+r589lIrA2IHYrYs/NAPkP3xwx jYiwValdAJ8HS3Q4IppikshryGnzBDbO6g/vB29oeXm9W2hLP3SxkvBk851SgmMOZC 7gi19YoadOTDtwkAxjp3k3RkimduZBNl5c6ugJ0E= Message-ID: <62f49f4e-0ec7-6433-89c9-b60422d477ec@simark.ca> Date: Tue, 14 Feb 2023 13:33:04 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH] gdb: remove unnecessary tui directory check in configure Content-Language: fr To: Tom Tromey , Simon Marchi via Gdb-patches Cc: Simon Marchi References: <20230214163716.180924-1-simon.marchi@efficios.com> <87sff8rvvj.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87sff8rvvj.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/14/23 12:37, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> I suppose this was possible in the CVS days for the tui directory to be > Simon> missing, but it's not really possible nowaday. Well, a user could > Simon> delete the directory from their source tree but... it doesn't make > Simon> sense. Remove the check for that directory in configure. > > Thank you. > Approved-By: Tom Tromey > > Tom Pushed, thanks. Simon