diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-18 21:03:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-18 21:03:59 +0000 |
commit | 54f7e28da737e8865c3cd6f7d51bad226273339a (patch) | |
tree | a7ff7785dc3cc481b2005a2621e93209b2727cf1 /eclass | |
parent | Version bump (diff) | |
download | gentoo-2-54f7e28da737e8865c3cd6f7d51bad226273339a.tar.gz gentoo-2-54f7e28da737e8865c3cd6f7d51bad226273339a.tar.bz2 gentoo-2-54f7e28da737e8865c3cd6f7d51bad226273339a.zip |
Fix the example to use explicit $(use_enable debug).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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) |