diff options
author | Jory Pratt <anarchy@gentoo.org> | 2006-02-01 21:41:58 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2006-02-01 21:41:58 +0000 |
commit | e1d77074e90e2968325373dd7db32a1bd6201133 (patch) | |
tree | 572d1148fe91a9cf7e41b1a0dd1643d23bc7b154 /eclass/mozcoreconf.eclass | |
parent | add --without-system-nspr, so we can include -r3 (diff) | |
download | historical-e1d77074e90e2968325373dd7db32a1bd6201133.tar.gz historical-e1d77074e90e2968325373dd7db32a1bd6201133.tar.bz2 historical-e1d77074e90e2968325373dd7db32a1bd6201133.zip |
removed --without-system-nspr
Diffstat (limited to 'eclass/mozcoreconf.eclass')
-rw-r--r-- | eclass/mozcoreconf.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/mozcoreconf.eclass b/eclass/mozcoreconf.eclass index dfe6b26804cf..58366e625d33 100644 --- a/eclass/mozcoreconf.eclass +++ b/eclass/mozcoreconf.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/mozcoreconf.eclass,v 1.4 2006/01/04 01:30:52 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.5 2006/02/01 21:41:58 anarchy Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -158,7 +158,6 @@ mozconfig_init() { --with-system-jpeg \ --with-system-png \ --with-system-zlib \ - --without-system-nspr \ --disable-updater \ --enable-single-profile \ --disable-profilesharing \ |