Look for pthread even if win32

https://github.com/harfbuzz/harfbuzz/issues/1728
pull/1731/head
Behdad Esfahbod 6 years ago
parent f3b132187f
commit a5d1b0bdaa
  1. 4
      configure.ac

@ -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…
Cancel
Save