Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 084FD200BA8 for ; Mon, 24 Oct 2016 17:23:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 06D50160B00; Mon, 24 Oct 2016 15:23:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 74231160AE1 for ; Mon, 24 Oct 2016 17:23:00 +0200 (CEST) Received: (qmail 92613 invoked by uid 500); 24 Oct 2016 15:22:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 92443 invoked by uid 99); 24 Oct 2016 15:22:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 15:22:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5AE2D2C14F9 for ; Mon, 24 Oct 2016 15:22:58 +0000 (UTC) Date: Mon, 24 Oct 2016 15:22:58 +0000 (UTC) From: "James Peach (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-2537) AC_ARG_ENABLED checks are broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 15:23:01 -0000 [ https://issues.apache.org/jira/browse/MESOS-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602294#comment-15602294 ] James Peach commented on MESOS-2537: ------------------------------------ | Review: | https://reviews.apache.org/r/53136 | | Review: | https://reviews.apache.org/r/53137 | | Review: | https://reviews.apache.org/r/53138 | > AC_ARG_ENABLED checks are broken > -------------------------------- > > Key: MESOS-2537 > URL: https://issues.apache.org/jira/browse/MESOS-2537 > Project: Mesos > Issue Type: Bug > Components: build > Reporter: James Peach > Assignee: James Peach > Priority: Minor > > In a number of places, the Mesos configure script passes "$foo=yes" to the 2nd argument of {{AC_ARG_ENABLED}}. However, the 2nd argument is invoked when the option is provided in any form, not just when the {{\--enable-foo}} form is used. One result of this is that {{\--disable-optimize}} doesn't work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)