From e9753985f6b4e32c749d048419b93caf93659ba5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 18 Sep 2011 21:03:59 +0000 Subject: [PATCH] Fix the example to use explicit $(use_enable debug). --- eclass/autotools-utils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.26.2