From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 94CBF3858C78 for ; Thu, 16 Feb 2023 23:09:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 94CBF3858C78 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id B4C523000648; Fri, 17 Feb 2023 00:09:03 +0100 (CET) Date: Fri, 17 Feb 2023 00:09:03 +0100 From: Mark Wielaard To: Florian Weimer Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] configure: Error when demangler is enabled, but libstdc++ support isn't Message-ID: <20230216230903.GH6028@gnu.wildebeest.org> References: <20230215160030.45630-1-mark@klomp.org> <87o7ptrimz.fsf@oldenburg.str.redhat.com> <188c194df1b722440dd6f8757390b26a42a94cfa.camel@klomp.org> <87wn4hpmpy.fsf@oldenburg.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87wn4hpmpy.fsf@oldenburg.str.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3031.3 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Florian, On Thu, Feb 16, 2023 at 06:02:49PM +0100, Florian Weimer via Elfutils-devel wrote: > * Mark Wielaard: > > Which I find slightly odd, but I don't fully grok autoconf quotes. > > > > Does the following do what you expect? > > Yes, but even though I patched dozens of m4 files lately, I still don't > get the quoting rules. For me, it's mostly “add […] until it breaks, > then remove one layer” … Grin. That is good enough for me :) Pushed. Thanks, Mark