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:
parent
cbfba6feca
commit
b04d48d2fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user