From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13376 invoked by alias); 28 Feb 2014 05:28:27 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 13363 invoked by uid 89); 28 Feb 2014 05:28:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,URIBL_BLACK autolearn=no version=3.3.2 X-HELO: mail-ie0-f175.google.com Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 28 Feb 2014 05:28:23 +0000 Received: by mail-ie0-f175.google.com with SMTP id at1so2918150iec.6 for ; Thu, 27 Feb 2014 21:28:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=1wGvvREoBRNVbQQpQ4ZqoFmIWVGNWEEoecReF37q1OU=; b=MUVT1pbMpcWGbl+vailivLYGioHqAVJUS3HzVni3fhNw2qm2h/1ONC25Um02dPawff ISc/eAXe0eIZ+WkQdh1ErP1FhnqjCm8qxg7i7rPsKYZwUwEVIaI5vddeqmFO5bNDECzg 3nACCEZ5koF7lojVGx89b55xVioAQZ6GL/xUb7+Ubvx/GhiIN9WJPI9WCKLtr9gr/1i3 nKyip//RXOxMJYjhaNH4jKD1GbW10rE6u8LQqadiCH8m7w4MH8a6GfCxGxLbEa7G9cQX rCDiQiiRq7Vu6P9p7pfZxBNYWSlT/bplhh++4x+0NWcB4+qFwfV2ypNhoiOQ4w0Dwsvc PYWw== X-Gm-Message-State: ALoCoQl4BAOgpBjfacX17m5ZqcAXT3NclFwST74pE2mPnqr/6IR4Rpc3Lr4uM6XfSoYhGPcoRJ0d X-Received: by 10.50.189.134 with SMTP id gi6mr2001214igc.6.1393565301212; Thu, 27 Feb 2014 21:28:21 -0800 (PST) Received: from localhost (dsl-173-206-21-164.tor.primus.ca. [173.206.21.164]) by mx.google.com with ESMTPSA id vu3sm3708504igc.6.2014.02.27.21.28.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Feb 2014 21:28:20 -0800 (PST) From: Anthony Green To: vogt@linux.vnet.ibm.com Cc: libffi-discuss@sourceware.org Subject: Re: [PATCH] Fix typo in help strings for --disable-(struct|raw_api) References: <20140224134354.GA23591@linux.vnet.ibm.com> Date: Fri, 28 Feb 2014 05:28:00 -0000 In-Reply-To: <20140224134354.GA23591@linux.vnet.ibm.com> (Dominik Vogt's message of "Mon, 24 Feb 2014 14:43:54 +0100") Message-ID: <87wqgfiz6o.fsf@moxielogic.com> 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/txt/msg00008.txt.bz2 Dominik Vogt writes: > The attached patch corrects a type in some confiugre.ac help > strings. They are not used anywhere, but still ... :-) Thanks Dominik! AG > > ChangeLog: > -- snip -- > 2014-02-24 Dominik Vogt > > * configure.ac (AC_ARG_ENABLE struct): Fix typo in help message. > (AC_ARG_ENABLE raw_api): Ditto. > -- snip -- > > Ciao > > Dominik ^_^ ^_^