DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 The bug seems to be in configure.in, line 739, where it tests: if test "x$enable_threads" = xyes; then However, since the default should now be "yes" we need to flip that test to become: if test "x$enable_threads" != xno; then With that change applied (locally) it seems to work as expected. -- Ian Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
