diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-05-19 16:39:50 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-05-19 16:39:50 +0000 |
commit | 5b9493692cff520e84150fc487526a2fd828d7e7 (patch) | |
tree | dd2e39612095d44d13c6f75c5444ff3328c0c497 /eclass | |
parent | another kde file picker fix (diff) | |
download | gentoo-2-5b9493692cff520e84150fc487526a2fd828d7e7.tar.gz gentoo-2-5b9493692cff520e84150fc487526a2fd828d7e7.tar.bz2 gentoo-2-5b9493692cff520e84150fc487526a2fd828d7e7.zip |
don't use elibtoolize by default
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
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 \ |