Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/avant-window-navigator-extras/files: 0.2.6-r346-gconf-conditional.patch
Date: Tue, 25 Mar 2008 20:49:05
Message-Id: E1JeG4s-0005jI-CU@stork.gentoo.org
1 wltjr 08/03/25 20:49:02
2
3 Added: 0.2.6-r346-gconf-conditional.patch
4 Log:
5 Bumped to latest release, merged in some ebuild changes from bug #146299.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 gnome-extra/avant-window-navigator-extras/files/0.2.6-r346-gconf-conditional.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/avant-window-navigator-extras/files/0.2.6-r346-gconf-conditional.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/avant-window-navigator-extras/files/0.2.6-r346-gconf-conditional.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.2.6-r346-gconf-conditional.patch
15 ===================================================================
16 --- configure.ac.orig 2008-02-22 16:39:35.000000000 +0100
17 +++ configure.ac 2008-03-13 22:21:18.000000000 +0100
18 @@ -18,14 +18,6 @@
19 AC_PROG_LIBTOOL
20
21 dnl ==============================================
22 -dnl gconf stuff
23 -dnl ==============================================
24 -AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
25 -if test x"$GCONFTOOL" = xno; then
26 - AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
27 -fi
28 -
29 -dnl ==============================================
30 dnl translation support
31 dnl ==============================================
32
33 @@ -243,6 +235,13 @@
34 dnl ==============================================
35 dnl GConf
36 dnl ==============================================
37 +if test "$with_gconf" != "no"; then
38 +AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
39 + if test x"$GCONFTOOL" = xno; then
40 + AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
41 + fi
42 +fi
43 +
44 AM_GCONF_SOURCE_2
45
46 dnl Please keep in alphabetical order
47
48
49
50 --
51 gentoo-commits@l.g.o mailing list