[Mono-bugs] [Bug 74615][Maj] Changed - Preview 2.0 cannot be disabled in svn configure
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 11:16:09 -0400 (EDT)
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 flashdict@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74615
--- shadow/74615 2005-04-15 04:51:57.000000000 -0400
+++ shadow/74615.tmp.15453 2005-04-15 11:16:09.000000000 -0400
@@ -2,14 +2,14 @@
Product: Mono Tasks
Version: 0%
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Major
Component: Build
AssignedTo: mono-bugs@ximian.com
ReportedBy: flashdict@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -34,6 +34,12 @@
- if test x$with_preview = xyes; then
- PREVIEW=yes
+ if test x$with_preview = xno; then
+ PREVIEW=no
fi
])
+
+------- Additional Comments From flashdict@gmail.com 2005-04-15 11:16 -------
+It may be a bit presumptuous of me, but I've bumped the priority to
+Major here, since the build is, at least in a small way, broken
+without the ability to turn off preview. I'll understand if you wish
+to set it back down.