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 <[EMAIL PROTECTED]> 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
> 
> 
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to