Look for pthread even if win32
https://github.com/harfbuzz/harfbuzz/issues/1728
This commit is contained in:
parent
f3b132187f
commit
a5d1b0bdaa
|
@ -134,9 +134,7 @@ AC_MSG_RESULT([$hb_os_win32])
|
|||
AM_CONDITIONAL(OS_WIN32, test "$hb_os_win32" = "yes")
|
||||
|
||||
have_pthread=false
|
||||
if test "$hb_os_win32" = no; then
|
||||
AX_PTHREAD([have_pthread=true])
|
||||
fi
|
||||
AX_PTHREAD([have_pthread=true])
|
||||
if $have_pthread; then
|
||||
AC_DEFINE(HAVE_PTHREAD, 1, [Have POSIX threads])
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue