[Mono-bugs] [Bug 53819][Cos] New - [patch] mono-0.30: configure: gethostbyname2_r check doesn't say "no"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Feb 2004 15:14:38 -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 bunk@fs.tum.de.

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

--- shadow/53819	2004-02-03 15:14:38.000000000 -0500
+++ shadow/53819.tmp.2175	2004-02-03 15:14:38.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 53819
+Product: Mono/Runtime
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Cosmetic
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bunk@fs.tum.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [patch] mono-0.30: configure: gethostbyname2_r check doesn't say "no"
+
+I saw the following while trying to compile mono-0.30 on NetBSD/sparc-1.5:
+
+<--  snip  -->
+
+checking for gethostbyname2_r... checking for gethostbyaddr in -lnsl... no
+
+<--  snip  -->
+
+Note the missing "no" after the failed gethostbyname2_r check.
+
+I'll attach the trivial patch in a minute.