summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-05-19 16:39:50 +0000
committerMarinus Schraal <foser@gentoo.org>2005-05-19 16:39:50 +0000
commit403c02020a75021c70104abd53a78e07a8f705b2 (patch)
tree242a617445d775fd1a8c42fd8e853a2ec13d917e /eclass/gnome2.eclass
parentanother kde file picker fix (diff)
downloadhistorical-403c02020a75021c70104abd53a78e07a8f705b2.tar.gz
historical-403c02020a75021c70104abd53a78e07a8f705b2.tar.bz2
historical-403c02020a75021c70104abd53a78e07a8f705b2.zip
don't use elibtoolize by default
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 611f441eea58..821901557ac4 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.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/gnome2.eclass,v 1.45 2004/09/14 12:10:22 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.46 2005/05/19 16:39:50 foser Exp $
#
# Authors:
# Bruce A. Locke <blocke@shivan.org>
@@ -23,7 +23,7 @@ DEPEND="${DEPEND} >=sys-apps/sed-4"
gnome2_src_configure() {
- elibtoolize ${ELTCONF}
+ [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF}
# doc keyword for gtk-doc
use doc \