[Mono-bugs] [Bug 51315][Nor] Changed - configure "detects" the nonexistent signbit function

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Nov 2003 04:09:08 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=51315

--- shadow/51315	2003-11-23 17:39:29.000000000 -0500
+++ shadow/51315.tmp.6471	2003-11-24 04:09:08.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 51315
-Product: Mono/MCS
+Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: NetBSD-current
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
-Component: Misc
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: recht@netbsd.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -46,6 +46,9 @@
    AC_MSG_CHECKING(for signbit)
 -  AC_TRY_COMPILE([#include <math.h>], [
 +  AC_TRY_LINK([#include <math.h>], [
       int s = signbit(1.0);
    ], [
       AC_MSG_RESULT(yes)
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-24 04:09 -------
+Fixed in CVS.