On 13 Nov 2008, at 18:05, Fabien Costantini wrote: > > hmmm, this looks like a pure bug, see below (configure.in:307): > AC_ARG_ENABLE(threads, [ --enable-threads enable multi- > threading > support (default=yes)]) > if default is yes and it doesn't enable threads it may be a bug > unless the > threads are not available/usable on the tested system, but I guess > they are > as we all use them here ?
I need to do more tests on different systems and see what happens - but yes, all Windows boxes have thread support available by default, so it should work. I wonder if the testing fails? It probably assumes pthreads are needed, and if it does not find pthreads it assumes threading will not work, which is obviously fallacious on a winXX host. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
