X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=OIMdkKD YNCzi1i4YLmWcbHaGpB7YYu/LE/B1gEx4omC0yvYe5FGFz1G5J38DYa83VOup3IA ibm2oYqIsiS4e+5xxBg7Qg+YZ/U07/EinraGkD0DhaoOpQJBDYS0tnohzgn6Chl2 3CnK+oC7UxwbBI5UkaexpjUiHNEZWMwupyQc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=JmgjsjsNlRbZN wVbRK1MxLSAdjk=; b=tS/OI0kfF6Ktiv6OhmT6zONtPqdGhr/iXR8TtI7+tSz3i 5OXeltXOXpRV+AXj8PM6aIkxg5/RvnDyuorwJx9tok8NGqliZlL6FwB8U8IIQTgi Sk3kI5xZZhYUsMjV/CvmuDdjkel4f1QedEVqfgwkjpTtp5z3pxqqwH1n4GEBDE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 In-Reply-To: <56B8C25F.7050206@lysator.liu.se> References: <20160208131835 DOT GC12975 AT calimero DOT vinschen DOT de> <56B8C25F DOT 7050206 AT lysator DOT liu DOT se> From: Ismail Donmez Date: Mon, 8 Feb 2016 18:59:42 +0200 Message-ID: Subject: Re: Problem with new acl code and cdrtools To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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