[Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

Zoltan Varga vargaz at gmail.com
Mon Apr 11 08:43:08 EDT 2005


                                          Hi,

  This looks ok to me, except this part:

PREVIEW=yes
 AC_ARG_WITH(preview, [ --with-preview=yes,no     If you want to
install the 2.0 FX preview],[
-	if test x$with_preview = xyes; then
-	      PREVIEW=yes
+	if test x$with_preview = xno; then
+	      PREVIEW=no
 	fi

                     Zoltan

On Apr 11, 2005 12:48 PM, Bill Middleton <flashdict at gmail.com> wrote:
> And one more.  Thats what I get for doing last-minute touchups.
> 
> 313c313
> < +#if def(__FreeBSD__)
> ---
> > +#if defined(__FreeBSD__)
> 
> Thanks for your patience,  Complete, working patch attached.
> 
> Bill
> 
> 
>



More information about the Mono-devel-list mailing list