Re: Change threading defaults on FreeBSD

2006-04-14 Thread Gerald Pfeifer
On Fri, 14 Apr 2006, Alexandre Julliard wrote: >> On FreeBSD, build wine-pthread in addition to wine-kthread and make >> the former the default. > If you build both, then you need a way to decide which one will be > used. That's not the sort of detail we want to have users worry > about. Well, but

Re: Change threading defaults on FreeBSD

2006-04-14 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Contrast this with the settings on Linux > > linux* | k*bsd*-gnu) > AC_SUBST(MAIN_BINARY,"wine-glibc") > AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;; > > where we build wine-glibc (to be installed as $PREF

Re: Change threading defaults on FreeBSD

2006-04-14 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > ChangeLog: > On FreeBSD, build wine-pthread in addition to wine-kthread and make > the former the default. If you build both, then you need a way to decide which one will be used. That's not the sort of detail we want to have users worry about. -- Al