[Mono-bugs] [Bug 74616][Nor] Changed - Fix configure for freebsd
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 07:05:39 -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=74616
--- shadow/74616 2005-04-15 06:54:57.000000000 -0400
+++ shadow/74616.tmp.13620 2005-04-15 07:05:39.000000000 -0400
@@ -112,6 +112,15 @@
+ AC_CHECK_LIB(thr, main, LIBS="$LIBS -lthr")
+ ;;
*)
AC_CHECK_LIB(pthread, main, LIBS="$LIBS -lpthread")
;;
@@ -1616,8 +1599,8 @@
+
+------- Additional Comments From flashdict@gmail.com 2005-04-15 07:05 -------
+The patch includes a partial section for a previously-submitted bug
+(fix logic for $PREVIEW). The final line of the patch:
+
+@@ -1616,8 +1599,8 @@
+
+should be removed before application.
+