From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44953 invoked by alias); 9 Feb 2016 08:46:36 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 44932 invoked by uid 89); 9 Feb 2016 08:46:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*i:sk:CAFo71_, H*MI:sk:56B8C25, H*MI:sk:CA0C06F, H*m:usa X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 09 Feb 2016 08:46:34 +0000 Received: (qmail 89961 invoked by uid 13447); 9 Feb 2016 08:46:33 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Feb 2016 08:46:33 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Problem with new acl code and cdrtools From: Warren Young In-Reply-To: Date: Tue, 09 Feb 2016 08:46:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160208131835.GC12975@calimero.vinschen.de> <56B8C25F.7050206@lysator.liu.se> To: The Cygwin Mailing List X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00104.txt.bz2 On Feb 9, 2016, at 12:56 AM, Ismail Donmez wrote: >=20 > On Tue, Feb 9, 2016 at 6:14 AM, Warren Young wrote: >> On Feb 8, 2016, at 9:59 AM, Ismail Donmez wrote: >>>=20 >>> Thats a hack :) >>=20 >> Peter=E2=80=99s proposal is as far from a hack as it gets. >=20 > What Peter suggests is telling autoconf to assume aclfromtext() does > not exist on the system which is a hack and I already have a hack I > could use. No. Once again, he=E2=80=99s suggesting that you write a *test* that check= s whether aclfromtext() exists here. Hypothesis -> test -> decision is sci= ence, not assumption or hackery. >> #include >> #if HAVE_FUNC_ACLFROMTEXT >> # include >> #endif >=20 > I could check for __cygwin__ instead of that which would do the same thin= g. Not if it=E2=80=99s Cygwin 1.7.34. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple