From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: --enable-xsm ? Date: Tue, 13 Jan 2015 14:27:58 -0500 Message-ID: <20150113192758.GA30253@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YB78L-00066g-EE for xen-devel@lists.xenproject.org; Tue, 13 Jan 2015 19:28:09 +0000 Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: dgdegra@tycho.nsa.gov, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org Hey I was wondering if there would be any plans for configure.ac (or the m4 scripts) to have an --enable-xsm which would set XSM_ENABLE (or FLASK_ENABLE) to true? Right now by default to build with XSM one has to manually change the Config.mk ENABLE_XSM option to 'y'. Thanks.