summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mono/mono-1.1.6-r1.ebuild')
-rw-r--r--dev-lang/mono/mono-1.1.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-1.1.6-r1.ebuild b/dev-lang/mono/mono-1.1.6-r1.ebuild
index 6f3a024e0069..3923e63d4054 100644
--- a/dev-lang/mono/mono-1.1.6-r1.ebuild
+++ b/dev-lang/mono/mono-1.1.6-r1.ebuild
@@ -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/dev-lang/mono/mono-1.1.6-r1.ebuild,v 1.2 2005/04/29 01:59:05 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.6-r1.ebuild,v 1.3 2005/05/13 00:29:15 latexer Exp $
inherit eutils mono flag-o-matic
@@ -65,7 +65,7 @@ src_compile() {
strip-flags
local myconf="--with-preview=yes"
- if use nptl && have_NPTL
+ if use nptl
then
myconf="${myconf} --with-tls=__thread"
else