From: Michał Górny Date: Sun, 18 Sep 2011 21:03:59 +0000 (+0000) Subject: Fix the example to use explicit $(use_enable debug). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e9753985f6b4e32c749d048419b93caf93659ba5;p=gentoo.git Fix the example to use explicit $(use_enable debug). --- diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index 04731d569276..76ad6fc43db8 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.22 2011/09/18 07:57:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.23 2011/09/18 21:03:59 mgorny Exp $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: @@ -58,6 +58,7 @@ # # src_configure() { # local myeconfargs=( +# $(use_enable debug) # $(use_with qt4) # $(use_enable threads multithreading) # $(use_with tiff)