From d30072ff57d1cdc7a08f94f7a022dbea93bcbda9 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 7 Aug 2006 04:05:31 +0000 Subject: [PATCH] Don't disable the whole wxDebugReport class secretly inside an eclass for all versions just because an old version, that isn't in the tree anymore, happened to have the wrong #include order in one source file. --- eclass/wxlib.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass index e3b2f721c8ad..5b80c02f3114 100644 --- a/eclass/wxlib.eclass +++ b/eclass/wxlib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.15 2006/04/28 12:42:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.16 2006/08/07 04:05:31 leio Exp $ # Author Diego Pettenò # Maintained by wxwidgets herd @@ -69,7 +69,6 @@ subconfigure() { ECONF_SOURCE="${S}" \ econf \ --disable-precomp-headers \ - --disable-debugreport \ --with-zlib \ $(use_enable debug) $(use_enable debug debug_gdb) \ $* || die "./configure failed" -- 2.26.2