[Mono-bugs] [Bug 72435][Nor] Changed - [PATCH] configure.in: detect dysfunctional gmcs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 17:01:44 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by chkr@plauener.de.
http://bugzilla.ximian.com/show_bug.cgi?id=72435
--- shadow/72435 2005-02-11 18:11:09.000000000 -0500
+++ shadow/72435.tmp.1629 2005-02-20 17:01:44.000000000 -0500
@@ -10,13 +10,12 @@
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: robertj@gmx.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [PATCH] configure.in: detect dysfunctional gmcs
Mono always compiles & installs the gmcs compiler even
when NET_2_0 has not been selected (--with-preview=yes, AFAIK)
XSP's configure.in gets fooled by the existing gmcs and chokes
@@ -30,6 +29,12 @@
configure.in.diff
------- Additional Comments From gonzalo@ximian.com 2005-02-11 18:11 -------
Patch is in SVN now. Thanks.
+
+------- Additional Comments From chkr@plauener.de 2005-02-20 17:01 -------
+It seems, that this problem occurs in the stable branch, too.
+
+To compile xsp-1.0.6 with mono-1.0.6 correctly I had to apply the
+attached patch as well.