K 10 svn:author V 6 gerald K 8 svn:date V 27 2007-08-07T04:33:40.000000Z K 7 svn:log V 494 Switch to libthr as the default threading library on versions of FreeBSD where it isn't the default yet. Wine wants all threads to be PTHREAD_SCOPE_SYSTEM (visible by kernel) so wineserver can access threads inside wine processes. With libthr all threads are PTHREAD_SCOPE_SYSTEM by default. With libkse the initial thread is not which prevents wineserver from sending signals to it directly, for instance. Add --verbose to CONFIGURE_FLAGS. Submitted by: Tijl Coosemans END