diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-27 18:40:19 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-27 18:40:19 +0000 |
commit | f1f4b5852629b517817bba3c8a5e09e2450349ce (patch) | |
tree | b3f7223bee4cf66daf7138182bd977125c986985 /eclass/x-modular.eclass | |
parent | Drop inherit eutils, not needed anymore. (diff) | |
download | historical-f1f4b5852629b517817bba3c8a5e09e2450349ce.tar.gz historical-f1f4b5852629b517817bba3c8a5e09e2450349ce.tar.bz2 historical-f1f4b5852629b517817bba3c8a5e09e2450349ce.zip |
Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options weren't getting through before, and now they will.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 03f89ab03e5a..f6586a1fadfd 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.97 2008/05/09 07:18:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.98 2008/05/27 18:40:19 dberkholz Exp $ # # @ECLASS: x-modular.eclass # @MAINTAINER: @@ -361,7 +361,7 @@ x-modular_src_configure() { # @VARIABLE: CONFIGURE_OPTIONS # @DESCRIPTION: # Any options to pass to configure -[[ -n ${CONFIGURE_OPTIONTS} ]] +[[ -n ${CONFIGURE_OPTIONS} ]] # If prefix isn't set here, .pc files cause problems if [[ -x ${ECONF_SOURCE:-.}/configure ]]; then |