From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101038 invoked by alias); 8 Feb 2016 17:00:22 -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 100965 invoked by uid 89); 8 Feb 2016 17:00:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=D*se, Rosin, rosin, D*liu.se X-HELO: mail-wm0-f45.google.com Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 08 Feb 2016 17:00:15 +0000 Received: by mail-wm0-f45.google.com with SMTP id g62so125359694wme.0 for ; Mon, 08 Feb 2016 09:00:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=eTrvuL7NstqdhaAiRruBCnhLEU190ykXeUZ+z/AMKNI=; b=m2t6Cn9kfMsLi9KTI63VexKQRDw/Jyqw7ptIQMAsBxsOdHF0H72h72QjsOSwL0iBr1 YWklXEacm1tuGAe3iwM0WzaZdLxdqgalQeyYPYGRaNT2QKPtgONk10ZwVUNYMTWj6Psf +ouRgI5YkJxM6GKwy64HMCugA62qz+TKQ3rfZlus4fCnfXdMvZ0fklzLf71jL9LfL/0+ JW6PxNcFgZuGaBgbUoWFfHRW2XdzeZkG8Un5mKS45pwd6llwgEzoKMug2D6BK7K9TyK6 TlYZH3NudLW9rxxnE70N/l9Q7bfWxOw74a+REoeY12a/i11f1ZUskpoxAI+qp4Nz+MfI 0fig== X-Gm-Message-State: AG10YOSbiTSCN7dDC9LerxC23sv4Z4AFnncuTBuPnx/1K7Q+/J5+7z/C97QVNdwPIfKLjLPlJBbD1Hp/L6g1Fg== X-Received: by 10.28.177.85 with SMTP id a82mr50089629wmf.57.1454950812409; Mon, 08 Feb 2016 09:00:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.63.130 with HTTP; Mon, 8 Feb 2016 08:59:42 -0800 (PST) In-Reply-To: <56B8C25F.7050206@lysator.liu.se> References: <20160208131835.GC12975@calimero.vinschen.de> <56B8C25F.7050206@lysator.liu.se> From: Ismail Donmez Date: Mon, 08 Feb 2016 17:00:00 -0000 Message-ID: Subject: Re: Problem with new acl code and cdrtools To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00082.txt.bz2 On Mon, Feb 8, 2016 at 6:29 PM, Peter Rosin wrote: > On 2016-02-08 14:31, Ismail Donmez wrote: >> This is a generic code so I don't want to add a cygwin specific >> dependency there. Is there a preprocessor definition for cygwin >> version? I could use that to disable HAVE_SUN_ACL for cygwin 2.5+ > > Pardon me for butting in, but isn't adding a Cygwin version check > about as non-generic as it gets? > > Wouldn't something like this work: > > .../configure ac_cv_func_aclfromtext=no Thats a hack :) -- 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