summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-05-27 18:40:19 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-05-27 18:40:19 +0000
commit39e5a56153b36eb229858fe7b9b89a3e47d4fdf0 (patch)
treefaf3e6eda5c8b1e030a8c38b23e8c1be64a6042d /eclass/x-modular.eclass
parentDrop inherit eutils, not needed anymore. (diff)
downloadgentoo-2-39e5a56153b36eb229858fe7b9b89a3e47d4fdf0.tar.gz
gentoo-2-39e5a56153b36eb229858fe7b9b89a3e47d4fdf0.tar.bz2
gentoo-2-39e5a56153b36eb229858fe7b9b89a3e47d4fdf0.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.eclass4
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