Fix the example to use explicit $(use_enable debug).
authorMichał Górny <mgorny@gentoo.org>
Sun, 18 Sep 2011 21:03:59 +0000 (21:03 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 18 Sep 2011 21:03:59 +0000 (21:03 +0000)
eclass/autotools-utils.eclass

index 04731d5692764d02303482a9fc2bd726deba1260..76ad6fc43db87716195f92f02d483260c37b2601 100644 (file)
@@ -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)