mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
bitbake still couldn't find it, so let's try brackets.
This commit is contained in:
parent
ffa877ee6c
commit
94a385352e
@ -292,9 +292,9 @@ AS_IF([test "x$have_libvhd" = "xyes" ], [
|
||||
|
||||
dnl We want pthreads. Try libpthread first, then libc_r (FreeBSD), then PTL.
|
||||
HAVE_PTHREADS=yes
|
||||
AC_SEARCH_LIBS(pthread_create, pthread, , [
|
||||
AC_SEARCH_LIBS(pthread_create, c_r, , [
|
||||
AC_SEARCH_LIBS(pthread_create, PTL, , [
|
||||
AC_SEARCH_LIBS([pthread_create], [pthread], , [
|
||||
AC_SEARCH_LIBS([pthread_create], [c_r], , [
|
||||
AC_SEARCH_LIBS([pthread_create], [PTL], , [
|
||||
HAVE_PTHREADS=no
|
||||
])
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user