From 7ae960e4eb3cad1f2490c7ff2df1bb4557b1d920 Mon Sep 17 00:00:00 2001 From: bvarner Date: Wed, 28 Jun 2017 15:00:45 -0400 Subject: [PATCH] Add npth to the search path. --- BasiliskII/src/Unix/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/Unix/configure.ac b/BasiliskII/src/Unix/configure.ac index a917b452..92b8bfbd 100644 --- a/BasiliskII/src/Unix/configure.ac +++ b/BasiliskII/src/Unix/configure.ac @@ -292,7 +292,7 @@ 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 c_r PTL], , [ +AC_SEARCH_LIBS([pthread_create], [pthread npth c_r PTL], , [ HAVE_PTHREADS=no ]) if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then