mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 07:52:34 +08:00
Fix MingW threading support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4731 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -581,8 +581,11 @@ case $uname in
|
|||||||
GLDEMOS=""
|
GLDEMOS=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "x$enable_threads" = xyes; then
|
||||||
if test x$have_pthread = xyes; then
|
if test x$have_pthread = xyes; then
|
||||||
AC_DEFINE(HAVE_PTHREAD)
|
AC_DEFINE(HAVE_PTHREAD)
|
||||||
|
fi
|
||||||
|
|
||||||
THREADS="threads.exe"
|
THREADS="threads.exe"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user