mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
Add npth to the search path.
This commit is contained in:
parent
a1bea9b897
commit
7ae960e4eb
@ -292,7 +292,7 @@ AS_IF([test "x$have_libvhd" = "xyes" ], [
|
|||||||
|
|
||||||
dnl We want pthreads. Try libpthread first, then libc_r (FreeBSD), then PTL.
|
dnl We want pthreads. Try libpthread first, then libc_r (FreeBSD), then PTL.
|
||||||
HAVE_PTHREADS=yes
|
HAVE_PTHREADS=yes
|
||||||
AC_SEARCH_LIBS([pthread_create], [pthread c_r PTL], , [
|
AC_SEARCH_LIBS([pthread_create], [pthread npth c_r PTL], , [
|
||||||
HAVE_PTHREADS=no
|
HAVE_PTHREADS=no
|
||||||
])
|
])
|
||||||
if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then
|
if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user