From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kw2ep-0001yG-43 for garchives@archives.gentoo.org; Fri, 31 Oct 2008 22:39:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA9EEE03E0; Fri, 31 Oct 2008 22:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 82576E03E0 for ; Fri, 31 Oct 2008 22:39:55 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C7E0A6459F for ; Fri, 31 Oct 2008 22:39:53 +0000 (UTC) Received: from jmbsvicetto by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kw2en-0000Lu-F1 for gentoo-commits@lists.gentoo.org; Fri, 31 Oct 2008 22:39:53 +0000 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jmbsvicetto@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/compiz/files: compiz-no-gconf.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: compiz-no-gconf.patch X-VCS-Directories: x11-wm/compiz/files X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Jorge Manuel B. S. Vicetto" Date: Fri, 31 Oct 2008 22:39:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0b0316d8-83cd-404f-952b-19d4259891f2 X-Archives-Hash: 67e322048575b693a946b8b39c2576f1 jmbsvicetto 08/10/31 22:39:53 Added: compiz-no-gconf.patch Log: Added missing patch to compiz. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64) Revision Changes Path 1.1 x11-wm/compiz/files/compiz-no-gconf.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz/file= s/compiz-no-gconf.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/compiz/file= s/compiz-no-gconf.patch?rev=3D1.1&content-type=3Dtext/plain Index: compiz-no-gconf.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b09153..9c22ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -192,10 +192,10 @@ if test "x$use_gconf" =3D "xyes"; then if test x"$GCONFTOOL" =3D xno; then AC_MSG_ERROR([gconftool-2 executable not found in your path - should= be installed with GConf]) fi +else + AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" =3D "xyes") fi =20 -AM_GCONF_SOURCE_2 - AM_CONDITIONAL(USE_GCONF, test "x$use_gconf" =3D "xyes") if test "$use_gconf" =3D yes; then AC_DEFINE(USE_GCONF, 1, [Build gconf plugin])