From dev-return-16914-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Jul 14 16:52:25 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 10404 invoked from network); 14 Jul 2006 16:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 16:52:24 -0000 Received: (qmail 39522 invoked by uid 500); 14 Jul 2006 16:52:23 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 39490 invoked by uid 500); 14 Jul 2006 16:52:23 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 39479 invoked by uid 99); 14 Jul 2006 16:52:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 09:52:23 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of justin.erenkrantz@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 09:52:22 -0700 Received: by ug-out-1314.google.com with SMTP id h2so859633ugf for ; Fri, 14 Jul 2006 09:52:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DDyTKmZKYGC499KAXVYKL5OJxtDaiFE1/bj/7v2Q6scpHVg5jwmYI/AIzeNLSGaFAT0Y4jFM5Zq4z1bqX5WO7CoLhe0G0T8LZgKpWROcyAw7fHd67LwL4u7supoO5KfMWGPvsqfvVasSJ7X+R+qELKWGK3jMn5P2Jp/KVGz9IUs= Received: by 10.66.224.19 with SMTP id w19mr1400231ugg; Fri, 14 Jul 2006 09:52:01 -0700 (PDT) Received: by 10.66.220.16 with HTTP; Fri, 14 Jul 2006 09:52:00 -0700 (PDT) Message-ID: <5c902b9e0607140952m265eef47t4439f8d163932e09@mail.gmail.com> Date: Fri, 14 Jul 2006 09:52:00 -0700 From: "Justin Erenkrantz" Sender: justin.erenkrantz@gmail.com To: dev@apr.apache.org Subject: Re: svn commit: r421800 - /apr/apr/trunk/build/apr_hints.m4 Cc: commits@apr.apache.org In-Reply-To: <44B7CA4B.5070602@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060714042036.7193E1A981A@eris.apache.org> <44B7CA4B.5070602@rowe-clan.net> X-Google-Sender-Auth: 31d25191327e75af X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/14/06, William A. Rowe, Jr. wrote: > > + APR_SETIFNULL(apr_cv_use_lfs64, [yes]) > > Ewww. Not apr_ decorated. This should be private/internals. Hmm? This is the value that our autoconf checks explicitly looks for. Feel free to change the tests, but as written, this is the right variable to set. -- justin