STR 2089: Adjust configure.in so that thread support defaults to ON in win32 configure, as it does for other platforms.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6526 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur 2008-11-14 17:22:08 +00:00
parent cbfba6feca
commit b04d48d2fa

View File

@ -736,7 +736,7 @@ case $uname in
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