Author: ianmacarthur
Date: 2008-11-14 09:22:08 -0800 (Fri, 14 Nov 2008)
New Revision: 6526
Log:
STR 2089: Adjust configure.in so that thread support defaults to ON in win32
configure, as it does for other platforms.
Modified:
branches/branch-1.3/configure.in
Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in 2008-11-13 19:42:45 UTC (rev 6525)
+++ branches/branch-1.3/configure.in 2008-11-14 17:22:08 UTC (rev 6526)
@@ -736,7 +736,7 @@
GLDEMOS=""
fi
- if test "x$enable_threads" = xyes; then
+ if test "x$enable_threads" != xno; then
if test x$have_pthread = xyes; then
AC_DEFINE(HAVE_PTHREAD)
fi
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit